Re: [android-developers] Could anyone tell me what i need to develop this app...?

2011-03-15 Thread mohammad shankayi
i think it means as  query  in databases
sincerely
Mohammad Shankayi



On Tue, Mar 15, 2011 at 09:02, TreKing treking...@gmail.com wrote:

 On Sun, Mar 13, 2011 at 10:41 AM, Daichi Shimabukuro wefklem...@gmail.com
  wrote:

 can anyone suggest any books for learning how to handle datas and search
 them according to the parameter?


 Handle datas and search them accourding to the parameter makes no sense.


 i personaly think that this app can be built with html since the datas
 should cope with google map


 Android Apps are not built with HTML. If you're shooting for a web-app,
 you'll probably need a little more than HTML.


 how can i intergrate the map data and the schedule for each bus number?


 Without knowing *what* you're integrating from or to, what you mean by the
 map data, or which schedules or transit system you're even referring to,
 you're never going to get an answer.

 http://www.catb.org/~esr/faqs/smart-questions.html


 -
  TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

  --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] eclips !

2011-01-05 Thread mohammad shankayi
it's ridiculous !!! windows 64 bit ! jdk 64bit ! eclipse does not work ! jdk
32 bit , eclipse works !
sincerely
mohammad shankayi


On Wed, Jan 5, 2011 at 03:48, Marcin Orlowski webnet.andr...@gmail.comwrote:

 On 4 January 2011 20:04, mshankayi mohd...@gmail.com wrote:
  hi
  i can not install this program because it says you haven't installed
  JDK but i already did !!
  what should i do ?

 Do not shout, in the first place. If it says you do not have JDK then it
 means it does not see it. Make sure you really got right JDK, got
 it in right path so Eclipse (not eclips) installer can find it.

 --
 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+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Does Android's GPS location provider do a built-in optimization?

2010-12-29 Thread mohammad shankayi
in most gps devices , the device has a graph of visible sat.s and estimates
the postion of sat.s based on it ...
sincerely
mohammad shankayi


On Wed, Dec 29, 2010 at 10:59, t tomers...@gmail.com wrote:

 how accurate is the data from Android's GPS location provider?

 does the device always try to seek a satellite, or does it sometimes
 return an optimization of the past locations without querying the
 satellites?

 if this question is device-specific, i'm asking about HTC Hero, HTC
 Desire and Google Nexus One.

 thanks

 --
 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+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Does Android's GPS location provider do a built-in optimization?

2010-12-29 Thread mohammad shankayi
dianne is right but this ability is only in A-gps devices and as we know all
android devices has the ability of positioning with cell towers :)
sincerely
mohammad shankayi


On Wed, Dec 29, 2010 at 12:23, Dianne Hackborn hack...@android.com wrote:

 That doesn't really make sense.  When you ask for location, you will
 specify how accurate you want the data to be.  If you ask for GPS accuracy,
 it will start using that (if it hasn't already).  You keep the request open,
 so it continuously looks for satellites and tracks movement.  Each update it
 gives you includes the accuracy of the position, which is based on the
 source of the data (network, GPS, etc), and for GPS the number of
 satellites.

 Often when you first ask for GPS data, there will be no GPS fix at all, but
 you will still be able to get some data based on cell towers.  The accuracy
 information tells you how much you can infer from each report you get.  But
 this is not a one-shot request -- as long as you have asked for position
 reports, it will continually monitor the location as accurately as it can.

 There is of course the newer API to get the last location, and of course
 that is what it says -- the last reported location, whatever that was,
 without use GPS or cell towers to try to determine the current location.


 On Wed, Dec 29, 2010 at 10:59 AM, t tomers...@gmail.com wrote:

 how accurate is the data from Android's GPS location provider?

 does the device always try to seek a satellite, or does it sometimes
 return an optimization of the past locations without querying the
 satellites?

 if this question is device-specific, i'm asking about HTC Hero, HTC
 Desire and Google Nexus One.

 thanks

 --
 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+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer them.

  --
 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+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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

2010-12-23 Thread mohammad shankayi
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 ithjf.kev...@gmail.com wrote:

  Like Foursquare, I want to develop an application which can get the
 location and get the useful info(hotel, restaurant, groggery info and so on)
 around the location.  So how to get the useful info?

  --
 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+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en