1,554 reputation
1212
bio website rajeshandroiddeveloper.blogsp…
location pondicherry
age 23
visits member for 1 year, 7 months
seen 35 mins ago
stats profile views 262

hi guys , i am rajesh .

have a look at my android app

enter image description here


Jan
8
comment Trace mobile service provider name
hi see my edited post/
Jan
8
revised Trace mobile service provider name
added 173 characters in body
Jan
8
comment Trace mobile service provider name
hi see my edited post link.. from that you will get cell id. and location.. so try from that
Jan
8
revised Trace mobile service provider name
added 205 characters in body
Jan
8
comment Trace mobile service provider name
for that you need to get the current location .. and then need to do reverse geo coding.. so you will get the current area..
Jan
8
comment Trace mobile service provider name
you want to get the result as idea or airtel or vodafone right ???
Jan
8
answered Trace mobile service provider name
Jan
8
answered Drag and Drop pin on google map manually and get Longitude & Latitude accordingly
Jan
7
comment Android create a Word (doc) file
just create the file using .doc format.. then check it
Jan
7
comment Display Pictures in Listview - Android
you should go for expandable list view.. try with this imobiledevelopment.blogspot.in/2011/06/…
Jan
7
answered Display Pictures in Listview - Android
Jan
7
comment ListView loosing track of positions
did you tried with lazy loading concept ?
Jan
7
comment Android: addview()- adding a new view on top of activity
from your activity on create pass the intent to transparent activity.. so it will look like being in top of your current activity.
Jan
7
comment Add a button in Preference Row
please gothrough this question stackoverflow.com/questions/4725346/…
Jan
7
comment Android: addview()- adding a new view on top of activity
else provide us the code.. which you are using to show the transparent activity.
Jan
7
comment Android: addview()- adding a new view on top of activity
you want to show like popup right ??? or want to add some other formats?? else show this transparent layout as the another Activity and show as on top of your needed activity.
Jan
7
comment Android: addview()- adding a new view on top of activity
yes i am meaning about layout id of calling activity.
Jan
7
comment Android: addview()- adding a new view on top of activity
that your layout id.. to which layout (view ) you are going to add.
Jan
7
answered Add a button in Preference Row
Jan
7
comment Android: addview()- adding a new view on top of activity
see now the edited answer View insertPoint =(View) findViewById(R.id.insert_point); // edited.