Re: [android-developers] Re: problem with sending data from app by volley to mysqli

2016-04-20 Thread VISHAL TIKKU
Try from postman client and analyze the response. On 20 April 2016 at 10:17, Nizzam Mohd wrote: > I also facing the same problem, I already debug and everything looks fine. > Could it be a server response ? > > On Sunday, December 6, 2015 at 6:09:11 PM UTC+8, AbdulMajeed

[android-developers] Re: Lost Keystore and want to update apk

2015-12-24 Thread VISHAL TIKKU
There is no way you can update the apk with other keystore. Did you created any keystore certificate or you used default certificate of android studio or eclipse? On Wednesday, December 23, 2015 at 3:37:03 PM UTC+5:30, sourabh wrote: > > Dear All, > > I have lost my Keystore, Now I want to

[android-developers] Re: SharedPreferences doesn't work for my app but other apps is ok.

2015-12-22 Thread VISHAL TIKKU
Can you share me the complete code of the class in which you have implemented this shared preference block On Monday, December 21, 2015 at 4:08:28 PM UTC+5:30, Cihan KALOĞLU wrote: > > Hi, > > I tried all ways how many i know. > > That is my code block for test. (MainActivity.onCreate()) > >

Re: [android-developers] Re: SharedPreferences doesn't work for my app but other apps is ok.

2015-12-22 Thread VISHAL TIKKU
te: > Thank you. > Tried completely same step. > > But it working with all other apps new or existing. > Just not working with my app. > 22 Ara 2015 14:14 tarihinde "VISHAL TIKKU" <tikku.vis...@gmail.com> yazdı: > >> Its okay no issues.Test case to tes

Re: [android-developers] Re: SharedPreferences doesn't work for my app but other apps is ok.

2015-12-22 Thread VISHAL TIKKU
ememberme" is been used in any other class where shared preference is getting updated. See if it works. Happy Coding! On 22 December 2015 at 16:24, VISHAL TIKKU <tikku.vis...@gmail.com> wrote: > Can you share me the complete code of the class in which you have > implemented th

[android-developers] Re: SharedPreferences doesn't work for my app but other apps is ok.

2015-12-21 Thread VISHAL TIKKU
Hi Is it throwing any exception firstly please trace that and can you please elaborate a little about your problem. On Monday, December 21, 2015 at 4:08:28 PM UTC+5:30, Cihan KALOĞLU wrote: > > Hi, > > I tried all ways how many i know. > > That is my code block for test.

[android-developers] Re: WebView Slow Page Load

2015-12-21 Thread VISHAL TIKKU
Hi Parimal Please try this webview.getSettings().setRenderPriority(RenderPriority.HIGH); On Monday, December 21, 2015 at 12:39:28 PM UTC+5:30, Parimal Muli wrote: > > Hi, > I am using a webview in my app. The problem is that it takes a lot of time > (10-25 > secs) for the sites to render in

[android-developers] Re: determining when users uninstall my app

2015-12-15 Thread VISHAL TIKKU
You can track it through yourself if you don't have standalone application ie if your app requires any server communication.Through server communication you can maintain the number of users that are using your application and sending time spent(use CountDownTimer) on each page to the server

[android-developers] Re: java code help

2015-12-15 Thread VISHAL TIKKU
Can you please elaborate. On Monday, December 14, 2015 at 11:50:46 AM UTC+5:30, John Mmm wrote: > > how to make login form that connects to my website? > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

[android-developers] Re: Make simple app UI

2015-12-09 Thread VISHAL TIKKU
You can go by creating layouts in XML also you would need to define size for layouts and would recommend doing dynamically from activity by taking device width and height, divide the view accordingly and it will make the view compatible with all the devices. Also for tab widget you need to have

[android-developers] Re: problem with sending data from app by volley to mysqli

2015-12-07 Thread VISHAL TIKKU
Hi Abdul Firstly check whether your controller is getting the request if yes then go through your log to check if there is some syntax error in query while inserting into table. On Monday, December 7, 2015 at 4:41:14 PM UTC+5:30, AbdulMajeed Mohammad wrote: > > any help please -- You

[android-developers] Re: Help: Android Studio continually crashing Windows 10

2015-12-02 Thread VISHAL TIKKU
As my understanding its not the windows issue, try to assess your systems BIOS settings. On Tuesday, December 1, 2015 at 1:58:52 PM UTC+5:30, Joshua Springer wrote: > > Hi, I've been developing an Android app for one of my classes. I am > familiar with programming and using computers in