[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, s

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-develop

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 wrote: > Thx I ll check > > On Jan 18, 8:15 pm, viktor wrote: > > you can add OnTouchListener and test area what you want. > > > > or, add layouts onto FrameLayou

[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

[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 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 wrote: > > > > > I have an single image in which it set has screen home page in whic

[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 andr

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

2011-01-03 Thread Faheem Khatri
d 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

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

2010-12-31 Thread Faheem Khatri
rom 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

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 wrote: > Google is not providing its place api's to all users, its currently for > developers only, you should have google adse

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 wrote: > Agreed, creating and keeping a POI database up t

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

2010-12-29 Thread Faheem Khatri
gt; Constant Value: "wifi_use_static_ip" >> > > However, if past is of any indication, any of these can be moved to > Settings.Secure in a future Android release (or not). > > -- Kostya > > 29.12.2010 17:34, Faheem Khatri пишет: > > Hi All, >>

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

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

[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 Dev

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 wrote: > 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 wrote: > >> Like Fo

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 wrote: > There are of course many Android LBS apps to date. Most of them use their > own proprietory databases. > > -- > You recei

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 wrote: > On Fri, Dec 3, 2010 at 5:51 AM, Faheem Khatri wrote: > >> 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 way. There ar

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 wrote: > On Wed, Dec 1, 2010 at 11:51 AM, Faheem Khatri > wrote: > >> is there any property where i can set ListView value member & display >> member or any o

[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 memb

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 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 is

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

2010-12-01 Thread Faheem Khatri
er so 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"

[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