Re: [android-developers] Need help diagnosing problem

2011-08-01 Thread ajaykumar kanchak
here u need to handle resolution and also screen size make all child to be act with parent if not they will be closed any small configuration is not oaky then ur whole application is not support in device help the users and suggest them as per ur application settings while installation or u make

[android-developers] Re: Force close

2011-08-01 Thread ajaykumar kanchak
hi saurab, first u need to check is there any value is going to be null when u r passing values handle the null values first and then enter it into database, if u r passing any value as null application will give force close most of the problem are for null values and handle them okay and also

[android-developers] about google Api

2011-08-01 Thread ajaykumar kanchak
Hi developers, If u r having net with you go to the android sdk and check the third party adons and then you will get list of google apis with version, select ur version and thenn select install. for map view com.google.android.maps.MapView

[android-developers] Re: Need help diagnosing problem

2011-08-01 Thread ajaykumar kanchak
you need arrange the things like for example u may used only for drawable ldpi, only but having mdpi ldpi hdpi so u have check out the things may be it may work only landscape make it as potrait and take resolutions dynamically it may fix only for some screens. On Jul 30, 9:27 pm, bob

[android-developers] Re: Multiple Intents

2011-08-01 Thread ajaykumar kanchak
u need differentiate them with messages and handle them and which u want onActivity apply it in a thread and use that thread in oncreate okay On Jul 30, 2:12 pm, perumal316 perumal...@gmail.com wrote: Hi All, If I got multiple intents, how do I use:     @Override         protected void

Re: [android-developers] Hi

2012-02-05 Thread ajaykumar kanchak
Hi, To learn android you need 1) Internet in your pc or laptop 2) download eclipse 3) download adt plugin for android and add plugin in eclipse 4) download android sdk and add its location in eclipse android plugin for the whole process just search in google and you android.com is the site where

Re: [android-developers] Motion Sensor in Android

2011-08-03 Thread ajaykumar kanchak
every thing will be supported there some api which u can use it in ur application and just the thing is u need to search it On Mon, Aug 1, 2011 at 6:57 AM, ndiiie 90 rnd...@gmail.com wrote: HI guys, this is a random question in my mind. Does Android support for motion sensor like Microsoft

Re: [android-developers] Landscape Portrait and more... advanced question

2012-06-14 Thread ajaykumar kanchak
to draw the circle on touch with the finger use this code this is with the gesture listener public class GesturesActivity extends Activity implements OnGesturePerformedListener { private GestureLibrary mLibrary; @Override public void onCreate(Bundle savedInstanceState) {

Re: [android-developers]

2012-06-14 Thread ajaykumar kanchak
below asynctask is one way, the other way use a doinbackground with thread make wait for 2seconds in the thread after completion of your task make intent startactivity(intent). On Thu, Jun 14, 2012 at 12:11 PM, Amey Bapat amey.n.ba...@gmail.com wrote: Read about Asynctask... it hads methods