Re: [android-developers] Re: Create Parser for the given JSON

2011-01-23 Thread Faheem Khatri
Thx all, i've finally managed to create parser myself :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Create Custom Shaped Image Button

2011-01-23 Thread Faheem Khatri
Is it possible to create custom shaped image button in android? If possible then how? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Create Parser for the given JSON

2011-01-22 Thread Faheem Khatri
I want to create parser for the given JSON below, Anyone help me out for this. { 0 : { Distance : 7.7364796125473, LBS_CategoryMaster_ID : 6, LBS_POI_Description : , LBS_POI_Latitude : 24.85251, LBS_POI_Longitude : 67.03203, LBS_POI_Name : POI1 }, 1 : { Distance

Re: [android-developers] Re: How to set images in screen have different click events on different area

2011-01-22 Thread Faheem Khatri
Can somebody elaborate it more, i didnt understand it yet On Thu, Jan 20, 2011 at 3:13 PM, Faheem Khatri faheemkhatr...@gmail.comwrote: Thx I ll check On Jan 18, 8:15 pm, viktor victor.scherb...@gmail.com wrote: you can add OnTouchListener and test area what you want. or, add layouts

[android-developers] Re: How to set images in screen have different click events on different area

2011-01-20 Thread Faheem Khatri
Thx I ll check On Jan 18, 8:15 pm, viktor victor.scherb...@gmail.com wrote: you can add OnTouchListener and test area what you want. or, add layouts onto FrameLayout, where background is your image. On 18 Січ, 15:14,FaheemKhatri faheemkhatr...@gmail.com wrote: I have an single image in

[android-developers] How to set images in screen have different click events on different area

2011-01-18 Thread Faheem Khatri
I have an single image in which it set has screen home page in which it contains 5 menu icons,so i need to know how to set click events for this icons -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Set Android WIFI Ip address from my own application

2011-01-03 Thread Faheem Khatri
need right the permission (write_system_settings or some such). -- Kostya 30.12.2010 10:59, Faheem Khatri пишет: *public static final String WIFI_STATIC_DNS1* as you see these are the properties in which we can only get the value, we cant set the value. On Wed, Dec 29, 2010 at 7:47 PM

Re: [android-developers] Set Android WIFI Ip address from my own application

2010-12-31 Thread Faheem Khatri
these settings from an application - just need right the permission (write_system_settings or some such). -- Kostya 30.12.2010 10:59, Faheem Khatri пишет: *public static final String WIFI_STATIC_DNS1* as you see these are the properties in which we can only get the value, we cant set the value

Re: [android-developers] How implement LBS in Android

2010-12-30 Thread Faheem Khatri
Google is not providing its place api's to all users, its currently for developers only, you should have google adsense account + you have to convence google in order to use google places api. On Thu, Dec 30, 2010 at 12:51 AM, Frank Weiss fewe...@gmail.com wrote: Agreed, creating and keeping a

Re: [android-developers] How implement LBS in Android

2010-12-30 Thread Faheem Khatri
and convencing google is a big job, because i did apply for places api but no response from google yet. :( On Thu, Dec 30, 2010 at 1:01 PM, Faheem Khatri faheemkhatr...@gmail.comwrote: Google is not providing its place api's to all users, its currently for developers only, you should have

Re: [android-developers] How implement LBS in Android

2010-12-29 Thread Faheem Khatri
Creating application i think is not a big deal , but getting POI's of different place (Creating Database) is a big deal. On Wed, Dec 29, 2010 at 7:42 AM, Frank Weiss fewe...@gmail.com wrote: There are of course many Android LBS apps to date. Most of them use their own proprietory databases.

Re: [android-developers]How to get the data from LBS?

2010-12-29 Thread Faheem Khatri
@mohammad shankayi Which api u're talking about? On Wed, Dec 22, 2010 at 8:27 AM, mohammad shankayi mohd...@gmail.comwrote: i think you must use google maps API ... it may have this useful info as a layer... sincerely mohammad shankayi On Wed, Dec 22, 2010 at 05:40, kevens hao

[android-developers] Set Android WIFI Ip address from my own application

2010-12-29 Thread Faheem Khatri
Hi All, I wanna set android wifi ip address from my own application is there any way? i've post this question few months back didnt get any proper solution, so i m reposting this question. Regards, Faheem -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers]How to get the data from LBS?

2010-12-29 Thread Faheem Khatri
but it is failed. 2010/12/29 Faheem Khatri faheemkhatr...@gmail.com @mohammad shankayi Which api u're talking about? On Wed, Dec 22, 2010 at 8:27 AM, mohammad shankayi mohd...@gmail.comwrote: i think you must use google maps API ... it may have this useful info as a layer... sincerely mohammad

Re: [android-developers] Set Android WIFI Ip address from my own application

2010-12-29 Thread Faheem Khatri
(or not). -- Kostya 29.12.2010 17:34, Faheem Khatri пишет: Hi All, I wanna set android wifi ip address from my own application is there any way? i've post this question few months back didnt get any proper solution, so i m reposting this question. Regards, Faheem -- Kostya Vasilyev -- WiFi Manager

Re: [android-developers] Save ID name in list view

2010-12-03 Thread Faheem Khatri
Thanks. On Fri, Dec 3, 2010 at 10:01 PM, TreKing treking...@gmail.com wrote: On Fri, Dec 3, 2010 at 5:51 AM, Faheem Khatri faheemkhatr...@gmail.comwrote: I know but if i wanna do these things in android, how can i do it? Implement your own solution. Or adapt to doing things the Android

Re: [android-developers] Save ID name in list view

2010-12-03 Thread Faheem Khatri
I know but if i wanna do these things in android, how can i do it? On Fri, Dec 3, 2010 at 12:57 PM, TreKing treking...@gmail.com wrote: On Wed, Dec 1, 2010 at 11:51 AM, Faheem Khatri faheemkhatr...@gmail.comwrote: is there any property where i can set ListView value member display member

[android-developers] Placing DB to webserver or phone for LBS

2010-12-01 Thread Faheem Khatri
than my application send request to the server and than the server will do all the filtration and respond the application back with data in JSON or XML format. Regards, - Faheem Khatri -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Placing DB to webserver or phone for LBS

2010-12-01 Thread Faheem Khatri
Totally agree with you, Thanks Regards - Faheem Khatri On Wed, Dec 1, 2010 at 1:57 PM, Sarwar Erfan erfanonl...@gmail.com wrote: Hi, Put it in webserver and make it accessible via some web service (as you have planned). Think of situations if in future you have to update the data (which

[android-developers] Save ID name in list view

2010-12-01 Thread Faheem Khatri
I want to save ID name in list view, like in c# while binding combo box i use to set two property combox.VALUEMEMBER combobox.DISPLAYMEMBER. value member saves the ID (for coding purpose) and display member saves the name (for front end) is there any property where i can set ListView value

[android-developers] set Android IP address from my own android application

2010-11-22 Thread Faheem Khatri
I need to set IP adress on Android phone from my own application, any idea? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email