Android :: Custom Mapping Application

Aug 16, 2010

I am looking for an application that can create a map by me carrying the phone and walking a certain path.There is a 300 acre park near where I live. The maps they provide are way off base. I would like to walk all of the trails and have the Droid record where I am walking.You know, this may be easier than I think using ASE and writing a Python script. I'll just get the location every half second and write it out to a file. It'll be interesting to see how the maps turn out, seeing the low resolution of the GPS receiver.

Android :: Custom Mapping Application


Android :: GPS Mapping App

Jun 16, 2010

there im looking at gettin g a new phone, and this is really the deciding figure between a blackberry, iphone or android device. What im looking for is a gps app sorta like gpsed that can map my tracks and put photos on them, but that stores these maps on my phone not the internet. Also what i would like is to ba able to take a picture with my phone and quickly be able to attatch it to my map. So when i go to this map in zoomed out mode i can see all these tracks (possibly in different colors) and these pins which i can click on and see pics of that location.

View 5 Replies View Related

Android :: Mapping Xy To Latitudelongitude

Jun 24, 2010

I'm trying to get the lat/long values, from the corners of the screen. But my getProjections don't make any sense.. I mean ... mymap.getProjection().fromPixels(0, 0) or mymap.getProjection().fromPixels(screenWidth, screenHeight) just delivers me unreal numbers..

I'm trying to set up an algorythm that would avoid cluster of graphics in the map and for that, the app needs to know which area of the screen is being showed latitude/longitude wise.

For example:

CODE:..............

View 1 Replies View Related

Android :: OpenGL Normal Mapping

Feb 9, 2009

Is it possible at this time to get normal mapping to work on android? I'm asking because it would involve the use of GL_DOT3_RGB, which is in the GL11 specs, not GL10. But GL11 is indicated as not completely supported.Is there an official list of GL11 features that do not work, or is it simply unstable and I should just avoid it for now?

View 2 Replies View Related

Android :: Mapping Gestures To Buttons - Possible?

Aug 26, 2009

I have a love-hate relationship with my G1, with the inability to remap keys at the top of the list. I've looked high and low for information, going so far as to try to decipher pages like this:http://www.kandroid.org /android_pdk/keymaps_keyboard_input.html and even reading the android platform code on github. I don't see things like page_up and page_down defined in the android keymappings. And I suspect that the original scancodes are being assigned to touch gestures.Since the number keys don't have a third component could an enterprising developer map to the unused caps for missing keys? Not that it would be all that useful at this point but it would give someone a hook to build on. Or if that isn't possible, how about a virtual floating task bar kind of thing (maybe mostly transparent overlay?) that maps gestures like the swipe up/swipe down and more traditional arrows and enter type keys for the trackball? This isn't entirely a nit-picky kind of request. I have a medical condition that in the winter makes my fingertips extremely painful and the trackball hurts. I'm guessing that there weren't many arthritis sufferers on the Android development team, either. You would think that the touch screen should make things easier, not harder. Even my old, old Omnigo and HP100LX had utilities to remap keys, so it seems odd that there isn't some kind of app that could be developed. I think if I had enough time (which I don't) I might be able to eventually puzzle out a crude version of the task bar thing but I'd much rather pay a couple of dollars in the market.

View 2 Replies View Related

Android :: Is Shadow Mapping Possible In OpenGL ES 1.0?

Nov 25, 2009

I've tried casting shadow following this tutorial (which uses Stencil Buffer method): http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=27 The result is a cool shadow effect. But it depends too much on geometry and thus not very flexible. Then I found a much easier way to do shadowing here: http://www.paulsprojects.net/tutorials/smt/smt.html But it uses ARB_depth_texture and ARB_shadow extension. So I bet it can't be used with Android's OpenGL ES 1.0. I've tried googling for "Shadow Mapping" and "OpenGL ES" but still can't find a good tutorial. Can anyone recommend me a good place/site I can study for this please?

View 3 Replies View Related

Android :: Good App For Mapping Runs?

Aug 7, 2010

Ok so here's the deal guys and gals, I am trying to have my phone assist me with my running. There are plenty of apps that will track my run via gps if I bring my phone on the run with me, but I don't wanna do that. I want to be able to map a course out, enter how long it took me, save the map and even share it with friends. Ideally the app would have the gps running features I mentioned above just on case I ever do start bringing my phone with me. Here is an example of what I mean in website form (unfortunately they make a sweet app for the iphone but their android version is pretty awful right now.MapMyRun.com -

View 9 Replies View Related

Android :: Augmented Reality / Mapping GPS To OpenGL?

Feb 2, 2010

I am writing an Android AR application and have my engine working but it contains a strange behaviour that I can't seem to get fix. I am overlaying an OpenGL surface on the camera image and am placing 3D objects in the view accordingly. If I use dummy data for the location of my AR objects, i.e. LAT 10 LON 10 become x=10 y=10 on the OpenGL surface, then the overlay works perfectly. However, if I use direct GPS coordinates for my LAT and LON (e.g. LAT 12.34567890 LON 100.23456789) then all my objects either move around their location or don't appear at all. I know there are issues around using floating points and the OpenGL framework, but I've been reading around and am still having trouble stopping this behaviour. Has anyone else had this problem? Should I be using a scaling factor between my GPS and openGL surface, if so what values are good? I tried scaling my LAT and LON by 1000000 to eliminate the floating point, but it didn't help and the performance was terrible.

View 1 Replies View Related

Android :: Efficient Mapping Of Strings To Ints

Dec 29, 2009

Currently I'm using a HashMap to map the strings to int and the int values need to be frequently accessed. I'm looking for a better way to do this if possible with minimal object creation, and preferable being able to store the values as primitive ints without wrapping them with the Integer class. (Basically, the reverse of the SparseArray's int->object mapping.)

View 4 Replies View Related

Android :: List View Not Mapping Correctly

Aug 28, 2010

i have a list view and custom list adapter for it. There are various other fields in it and a Checkbox. The problem is that it is not able to map Checkboxes properly. I mean if an entry is already present in database it should come checked.When i put a log in the View function it shows some of the entries that are repeated, i think this is the main reason.

View 3 Replies View Related

Android :: Mapping 6 Faces Of Cube With 6 Different Images

Oct 1, 2010

I am newbie to OpenGL programming. I was going through the code of API demos.I understood how to map a single image resource on to all the 6 faces of the cube,but i want to know how can i map 6 faces of the cube with 6 different images. I searched in the web without any luck.Can any one give me some ideas links , pointers on the same.

View 5 Replies View Related

Android :: OpenGL ES Texture Mapping Very Slow?

May 5, 2010

I have an Android application that displays VGA (640x480) frames using OpenGL ES. The application reads each frame from a movie file and updates the texture accordingly. My problem is that, it is taking almost 30 ms. to draw each frame using OpenGL. Similar test using the Canvas/drawBitmap was around 6 ms on the same device. I'm following the same OpenGL calls that VLC Media Player is using, so I'm assuming that those are optimized for this purpose.

View 1 Replies View Related

Android :: How To Run Emulator To Get 1-1 Pixel Mapping With WVGA854

Oct 9, 2009

How do I run the emulator with WVGA854 skin so I get a 1-1 mapping of device to screen pixels? The WVGA854/layout file has "width 480 height 854" but when I run the emulator, I get these values for DeviceMetrics: density = 1.5 densityDpi = 240 scaledDensity = 1.5 heightPixels = 569 widthPixels = 320 xdpi = 240.0 ydpi = 240.0 I'd like to run the emulator so that I see heightPixels/widthPixels values of 854/480 in the code. I tried playing with the -dpi-device option but doesn't seem to help.

View 3 Replies View Related

Android :: Offline Mapping App That Can Plot Points

Sep 1, 2010

I am looking for a mapping application that will let me browse maps offline, as well as plot points onto the map. Does anyone have any ideas which app might let me do that? According to the MapDroyd app, it won't let me plot points

View 1 Replies View Related

Android :: Mapping Multiple Textures To Cube In OpenGL ES

Jun 25, 2010

I have just began opengl programming in android and i am fairly new to opengl as well. I've been using nehe's opengl tutorials as well as insanitydesign's android ports.I successfully managed to create a cube with a single texture mapped to all its 6 faces. I even mapped multiple textures to different faces of the cube.But the way I did it was to create 6 faces seperately, have 6 seperate index and texture buffers and then using glBindTexture() with the selected texture for each face and then calling glDrawElements. Isn't there an efficient way around this. Should i use a cube map texture instead of a GL_TEXTURE_2D?

View 4 Replies View Related

Android :: Mapping Multiple Textures To Cube's Faces

Jun 25, 2010

I have just began opengl programming in android and i am fairly new to opengl as well. I've been using nehe's opengl tutorials as well as insanitydesign's android ports. I successfully managed to create a cube with a single texture mapped to all its 6 faces. I even mapped multiple textures to different faces of the cube.But the way I did it was to create 6 faces seperately, have 6 seperate index and texture buffers and then using glBindTexture() with the selected texture for each face and then calling glDrawElements. Isn't there an efficient way around this. Should i use a cube map texture instead of a GL_TEXTURE_2D?

View 1 Replies View Related

Android :: Object Relational Mapping - Tiny ORM On GitWeb

Jul 17, 2010

Is this project Tiny ORM written by Shawn O. Pearce going to be equivalent to Hibernate in Java ActiveRecord in Ruby Doctrine in PHP http:// android. git.kernel.org/?p=tools/gwtorm.git;a=summary Does any one know if Google is working on an ORM for Android. What are the similarities and differences between Tiny ORM and the above named projects? Why are protocol buffers being used in the ORM, I do not understand the relationship between protocol buffers and ORM concepts. I found the above link by reading this blog post.http://mobilebytes. wordpress.com /2009 /06/14/ android-orm-coming/ I have been hearing rumblings about this, but was just curious if anyone has any further information.

View 3 Replies View Related

Android :: Design Pattern For Object-relational Mapping?

Oct 29, 2010

I have several related database tables and I would like to treat their rows as objects and their tables as something like lists. What are the considerations that I have to keep in mind (for instance, ensuring that the objects stay consistent with one another and with the database, lazy loading)? And what is a good design pattern for implementing this? As I imaging the answer is pretty involved, a link to a good website would suffice.

On the other hand, if someone knows of Hibernate-like thing that really works on Android, I might give that a whirl (although it's a little heavy weight for me right now).

View 2 Replies View Related

General :: HTC Sensation - Change Mapping Of Hardware Buttons On Android

Aug 7, 2011

I've a HTC Sensation and a few days ago i did a long press on the search button (bottom right). A pop up asked me what application to launch, i choose google voice and tick the case by default. I would like to come back on this choice...

Is there a way to modify which application or function is launched by default with a hardware button?

View 3 Replies View Related

Android :: Custom Cleanup On Application Uninstall

Feb 5, 2009

Is there any mechanism in android to perform post uninstall functions? Are there any functions which an application can override to perform custom cleanup when it is being uninstalled? Actually i want to delete some application specific files on uninstall

View 2 Replies View Related

Android :: Deploying Custom Configuration With Application

Aug 2, 2010

I have developed an App that talks to a set of web services. Because the App is used in different environments and for different purposes, I would like to provide a way to automatically deploy a configuration alongside the App that contains the settings for the environment (url of the locally hosted web services for example) and App settings (such as a timer period for talking to the web services). It would be tedious to have a UI for this and have to do it on every device post installation. Things I have tried and why they didn't meet my requirements:

*Raw Resource: If I unzip the apk and change the settings file, it becomes invalid as I need to resign the apk.
*Reading straight from the apk with ZipFile/ZipEntry: Device complains upon installation that the config file is not signed.
*PreferencesActivity: Requires device side UI; It would be tedious to have a UI for this and have to do it on every device post installation.

View 11 Replies View Related

Android :: Embed A Custom Font In Application?

Aug 6, 2010

I would like to have an app include a custom font for rendering text, load it, and then use it with standard elements like StaticText. Is this possible?

View 1 Replies View Related

Android :: Custom Dialog In My Application To Show An About Window

Mar 15, 2010

I'm trying to create a custom dialog in my application to show an about window but it ain't working. Maybe one of you knows a solution?

So I have an activity with the onCreateDialog(int id) overriden in it:

CODE:....................

This is exactly as described here: http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog However this my exception thrown:

CODE:.......................

View 14 Replies View Related

Android :: Twitter Application That Allows To Use Own Custom Short Url Service?

Apr 2, 2010

I was just wondering if any of you know of a Twitter application that allows you to use your own custom short url service? I currently have my own set up and on the iPhone tweetie2 did this, just wondering if something was available for Android?

View 3 Replies View Related

Android : Way To Create A Custom Call Handling Application?

Nov 24, 2010

There I'm looking to create a custom call application. i.e I want to replace the default application handling call I'M SURE THAT I WANT TO REINVENT THE WHEEL Sometimes current wheels are ain't good for me. Can you put me on a start up line. I used to be a married to M$ ".net developer", and I'm in love with gOOgle.

View 2 Replies View Related

General :: Mapping Network Shared SMB

Nov 21, 2012

Is there a android app that allows you to map and access SMB network shares on your local network? Just wondering as it'll be easier than using a streamer.

View 1 Replies View Related

General :: How To Edit SMS Emoticon Mapping

Aug 6, 2012

I don't know how, but some app/bug changed the association of the emoticon in the messaging app of my phone; now the emoticon shows up only when I type " : - D i " instead of " : - D ". How to restore the correct mapping? I have a rooted Gsmart G1345 with GB 2.3.4

View 2 Replies View Related

Android :: Framework / Application For Displaying Individual Custom Maps

May 21, 2010

I've started to develop in Android 2 weeks ago and until now, I like it! Currently I am working on a project where I have to display an individual map (not a google maps view, I'd like to display the map of a building's interior) with which the user can interact(mark positions, etc.).
Is there a framework or an existing app that I could use? Of course I searched the internet but could not find anything. Perhaps it is in some way possible to use the google maps API?

View 1 Replies View Related

Android :: Need Device To Test Custom Input Method Application

Aug 27, 2010

1. I am in the process of creating an Input Method for Android devices. I using Eclipse(3.4) IDE and have Android (1.5 and 2.2) SDK. 2. Currently i am doing testing on the Emulator. But i wish to test it on actual Android device. 3. Can you please tell me which ideal device should i buy to test my application 4. Is there any lead device assigned by Android for a given SDK. 5. I intend to sign and publish my application so can you please tell me is there any Certification criteria which i have to follow.

View 2 Replies View Related

Android :: Create Custom Global Methods In My Application Class?

Aug 17, 2010

I currently have an app that has many activities and needs to have a way of maintaining state between these activities.

I use the Application class to do this, declaring my global variables and using getters and setters to interact with my activities.

I was hoping to place a few custom methods in there, so that when I want to do a common task like, for instance, display an error message, I can declare the method in my application class and call it from any activity that uses it

EscarApplication application = (EscarApplication) this.getApplication();

EscarApplication being the name of my application class above.

I have tried to include this method in my application class:

CODE:.....

In the hope that I can call this method from activity without having to redeclare it, but when I call it using something like below I get an null pointer exception:

Visit.this.application.showError("Update error", "An error has occurred while trying to communicate with the server");

Visit being the name of my current activity above.

Should this work, or can I only use getters and setters to change global vars in an Application Class.

EDIT Stack Trace:

CODE:...............

The dialog is declared as such in the application class:AlertDialog alertDialog;

Created in that same class:alertDialog = new AlertDialog.Builder(this).create();

And the method to call it in that class is as follows:

CODE:.............

And finally, it is called from an activity like so:

CODE:........................

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved