Suzzane Pinto

Ranch Hand
+ Follow
since Feb 10, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Suzzane Pinto

Hi,

My List loading is very slow because the childcursors are not loaded quickly from the groupcursors how do i optimize it
10 years ago
I defined the resolution 1920x1080 in device definitions ,it automatically took the density as xxhdpi
11 years ago
1920*1080 is xxhdpi
11 years ago
Hi,
Thanks for the reply, the drop down does not have a device with 1920x1080 resolution so i went to device definitions and defined a new device with the necessary resolution then came to avd and selected that device...it emulated a very big 10' inch like device,probably not a nexus 5 device
11 years ago
Hi ,

i want to emulate a nexus 5 device in eclipse with 1920*1080 resolution and end up with a huge tablet like device.

Need help
11 years ago
Thanks....can i use some translate animation to the layout??
11 years ago
Hi steve,
Thanks for replying to the post...actually i was not trying to use scrollview because i was able to use scrollby in linearlayout,by which i scrolled to d desired postion and now i want it to b smooth like ios.
11 years ago
have tried animation also but it gives problems.
11 years ago
Hi,

I want to apply smooth scroll to the linearlayout,i have applied a ScrollBy function to linearlayout but the transition is not smooth.
Need some idea as to how can it b achieved without adding scrollview.

Thanks.
11 years ago
Hi,

I want to know how can i detect if virtual keyboard is popped up or not and how to
i have tried to use the below code after long search:


with the above code i could get when keyboard is popped up but i just want to know when it goes down....seriously stuck with it...somebody help
11 years ago
hello;

my app has to sync with my webserver evrytym,when there is no internet connection i keep my files in sqllite database.
but once i get the internet connection my data should automatically be uploaded to my server..
can anyone help me with the start....
thankyou
12 years ago
hi...
actually i dont see my project package in ddms...whereas when run in emulator i can see the package and database as well.
any help on this issue...unable to figure out the difference
12 years ago
hello everyone...

I am trying to pull the db created from DDMS...Wherein im unable to get the package inside the data folder...
on the other hand i am successful in doing this with the emulator..but not using real device...
how can i access the db file(pull from DDMS in eclipse.
looking forward for expert ideas...
thankyou.
12 years ago
hi all...

Iam stuck with a strange problem since long...
i have a gridview with images and checkbox and the problem is after selecting the image with checkbox when i scroll down..the above selected checkboxes become uncheckd...
i have no idea why this is happening....my code for the adapter class is like


looking for the hint...which could solve my issue....
i would be really greatful

thankyou
12 years ago
hi.

i want to quit from my android application when i press back of my mainactivity...
i have tried using finish();

but still no result...
when i start my app it opens some activity in stack and from splash screen

looking for suggestions

12 years ago