I am developing an Location Based reminder App. I have List in which I append reminders. In which i want to set expiry date to reminder is only 1 day that means if user set reminder on today then it...
Type: Posts; User: Rahul More; Keyword(s):
I am developing an Location Based reminder App. I have List in which I append reminders. In which i want to set expiry date to reminder is only 1 day that means if user set reminder on today then it...
Because SDK 2.0 doesn't support breakpoints. I am using NetBeans 7.2..
I am using emulator of Nokia SDK 1.0
Yess on first call of proximityListener() its giving me an error...
But on the oracle emulator it is working fine...
Ok.... got it... Thanx a lot...
ProximityListener allow to execute further event under proximityEvent(Coordinates coordinates, Location location) method. Then how would I simulate that wanted particular condition in my...
That means if I register LocationProvider to LocationListener like - provider.setLocationListener(MobileLocationReminder.this, 30, -1, -1); and ProximityListener like...
The above mention method is called automatically by LocationProvider or we have to explicitly call them to get update after each interval and also to execute procedures under respective methods???
ok sir.... I understood what you want to say.... Thanx for the such a nice guidance...
That means first I have to concentrate to complete important & basic things of app and then I have to look forward to extra feature....
Because I added a feature in my project which gives flexibility to change the ProximityRaduis according to user convenience.. so if user change ProximityRaduis from 30 to 50 then there is a...
I have one doubt in this. Suppose after registering some coordinates to proximityListener... if I want to change the proximityRadius.... then it is possible to change the proximityRadius of register...
Ohhk Sir... thanx for the sample code.... I will try this... and i will get back to you....
you are very experience in coding than me.. You always help me lot by giving accurate and helpful...
No. My application is Location based Reminder. In my app there are maximum five reminders can set that means five coordinates I have to check simultaneously and continuously... so how I do this by...
I know this. But my doubt is, if I passed entire array to addProximityListener() then addProximityListener() method can automatically checks all coordinates of array or I have to create five...
Ok... sir...but I am storing five coordinates into an array, so how I register five coordinates???
I want to run this mechanism continuously in the background(even after app got hide) that's why I am thinking to use thread..
According to your suggestion I have to use ProximityListner but in this...
In my j2me app I have an array of double data type containing 5 coordinates value. This array is inside the thread to continuously check whether the same values is given by GPS. Once it get correct...
You mean to say native application means in build apps which use GPS like My Current Position, it is present in mobile to show current position of user... but it is not giving me an actual current...
Native Application is not locating even my current position also...
But I already Checked that in C5-00, Internet is working.... but still problem persist.... now??
data connection you mean to say Internet(packet data)???
I choose Nokia C5-00 as my target device for my Location based j2me app. Nokia C5-00 have GPS and A-GPS. But while trying to access GPS I clicked on GPS data It shows status of GPS No Connection. In...
My project is also similar to swapnilsrk project.... & I have too run my j2me app in background. I choose my target device is Nokia C5-00 or Nokia C5-5MP. IU checked its specifications on website...
Sir, according to you which mobile support background running code.... & also have a good GPS support.
Thanx a lot grahamhughes for such a nice and detail suggestion. I understood what you said but my meaning of closing an app is to free the resources that is forms, canvas and on their appended...