Android :: GUI Design Tool To Mock Up IPhone & Android Applications
May 30, 2009
I am about to embark on developing a mobile application for both the iPhone and the Android based phone.I have most of my gui mock ups written down on a white board and some in my head. I need to put them down on paper so I can relay my designs to others in my team.I was wondering what the best on-line gui mockup tool I could use? I have a lot of experience with Visio and I truly like it. I want a tool that would be web based so I could collaborate with others on the team. Does anyone have a suggestion for an easy gui mockup tool that I could use?
View 19 Replies
Nov 23, 2010
I am going to develop an Android Application but before developing it i needs to have MockUp for the Android Application,so is there any way to design MockUp/GUI Design tool for the Android Application?
I know about DroidDraw tool , but i think it is not the exact way to prepare Mockup for the android application.
I have already referred this SO Question , but overthere i just found all the tools for the I-Phone only. So please feel free to share with me if you have/found any !
View 3 Replies
View Related
Aug 7, 2009
i search a tool to develop/create mock ups for android. The only things i find are psd files (http://www. matcheck.cz /androidguipsd/ and http://chrisbrummel.com/google-android-gui-psd - not all widgets) and this tool: http://www.balsamiq.com/products/mockups. But this tool isn't only for android and so the look of the elements isn't equal to the android widgets (button, menu/list item etc.). If someone knows a tool, please let me know.
View 3 Replies
View Related
May 6, 2010
I have tried DroidDraw and the Eclipse layout editor and both seem very difficult to create anything other than very simple layouts. I find myself dropping back to the XML file to be able to manipulate it.
Has anyone found any good tools to design the actual screens? I am not looking for a mock-up tool... but an actual tool to create the XML layouts.
View 1 Replies
View Related
May 8, 2010
Is there any iPhone's Interface Builder style tool for WYSIWYG for Android?
View 3 Replies
View Related
Mar 9, 2010
Any good GUI Design Tool apart from Droiddraw?
View 5 Replies
View Related
Mar 15, 2010
I am new to ANDROID application development. I am in the process of learning ANDROID framework and trying to understand the examples. I noticed that the data manipulation was using native SQL. Is there a ORM tool for ANDROID framework? (Like, Hibernate for J2EE applications)
View 7 Replies
View Related
Apr 2, 2010
design and build website to make usable on both IPhone and Android?. Does it have to be pure html?
View 1 Replies
View Related
Jan 14, 2010
Q: How does Web Applications differ from SmartPhone Applications (Iphone, Windows Mobile, Android/Nexus Application) and in what specific aspects do they differ and in what degree ?
Also for example,
Q: Why we need mobile version of Web Application like gmail.com or bankofamerica.com specifically for smartphone devices where we can access same web applications on smartphone using internet connections ? In what aspect do they differ and why do we have those differences ?
View 4 Replies
View Related
Sep 15, 2009
I've yet to get an Andriod phone, looking to get the Hero when it drops next month @ Sprint. I was wondering how the applications currently available for the Andriod phones compare to iPhones applications? I really love the iPhone and it's apps but wouldn't go to AT&T for it and want to know if I'm going to be disappointed with the Apps for Andriod once I get the Hero after seeing what the iPhone has to offer.
View 7 Replies
View Related
Sep 20, 2010
I wonder whether there is any way to develop native apps (HTML-based apps is another story) that would run both on Android and iPhone? I know that there exist applications available for both OSs, so I wonder how are they ported/developed for both targets?
View 5 Replies
View Related
Mar 9, 2009
If you're interested in learning how to develop top class games and applications for the iPhone, HTC Touch (Android), Instinct, WinMobile, or any other mobile device or platforms - then you should definitely have a look at what they offer...http://EDUmobile.org
View 2 Replies
View Related
Aug 27, 2010
i would like to post on twitter/facebook my location, but not my EXACT location.i would want to change my GPS location to another county over are there any apps to do this? i've checked out the "my fake location" but you have to know the coordinates and such. are there any apps that you can just simply type in an address?
View 2 Replies
View Related
Mar 26, 2009
Can EasyMock be used with Android SDK to test my code? I integrated EasyMock Class Extension to one of my test case to mock an object operates on SQLite db. When executing my test case I got the following exception when setUp() is called: Code...
View 3 Replies
View Related
Sep 21, 2009
I'm writing unit tests for a class containing Locations. To create a (mock) Location, I do this:
Location from = new Location("Johan");
However, the Location(String) constructor throws a RuntimeException saying "Stub!".
How can I create a mock location?
Note that I'm running this on the plain JDK with android.jar in the path, after JUnit but before my own stuff. No device or emulator is involved. The android.jar file is from the platforms/android-1.5 directory of android-sdk-linux_x86-1.6_r1.
View 2 Replies
View Related
Jun 7, 2010
I've read this post about mocking location with custom provider, but I am looking for a way to mock the location during a presentation, is that possible?
View 1 Replies
View Related
Mar 5, 2009
I encountered with a problem when I use DDMS to send mock gps location data . I checked out the source code of Android and make the latest version.Then put my test apk file of gps to the emulator and start DDMS, but when I use Emulator Control of DDMS to manually Button to send mock location data it says no GPS emulation in this virtual device. But the same apk file works fine in the SDK 1.0
View 7 Replies
View Related
Sep 16, 2010
I am using a ContentProvider for caching results from a web-service query. It is an HTTP request and the response content is XML. Most of the data is cached, so I simply query the DB, if not found, request from webservice, insert in DB and requery the DB. Thus the response is always a Cursor from SQLiteDatabaseHelper.
I have one result set that is not stored in the DB and since it is 100% transient, but I would like to provide the appearance of it coming from the DB's Cursor. Is there an easy way to do this? For example, if I could project it onto the cursor with a cursor.setValue("string", objectValue) or some other existing implementation.
If not, I will either bypass the DB for this content result, or stuff it into a trivial table that is constantly reused.
View 1 Replies
View Related
Jan 11, 2010
test my app with an android device that is using a corporate calendar.... alternatively, can you tell me how to set up a mock corporate exchange server connection (and thus corporate calendar) on the emulator?
View 4 Replies
View Related
Sep 27, 2009
I am working on an application that requires an approximate position of the user, so basically i am fine with any relatively recent location data i can get. However I can't seem to get things right using mock location data and would therefore appreciate your help. The method i'm having tries to set mock location data for the gps provider and tries to later retrievie it BUT: locationManager.setTestProviderEnabled("gps", true); seems to fail because i do not get any active location provider from the location manager. When I tried using a mock location provider with addTestProvider and give it my mock location, the LocationManager returns me this mock provider with getProviders(true) but then getLastKnownLocation returns null instead of the provided mock location.
View 4 Replies
View Related
Aug 20, 2010
I need to fool GMap application on android device by providing my own positioning data. What is the possibility and how shall i go about achieving it?
View 2 Replies
View Related
Dec 23, 2009
What exactly are mock tests... I need to know the mock and performance tests available in android for testing android apps..what is the best tool for testing android apps and how..
View 1 Replies
View Related
Mar 27, 2010
How can I mock my location on a physical device (Nexus One)? I know you can do this with the emulator in the Emulator Control panel, but this doesn't work for a physical device.
View 7 Replies
View Related
Sep 11, 2012
Is there some way to force Google Maps to actually use Mock Locations?. I have mock locations turned on, on my phone and I use a seperate GPS receiver. It works in several maps, but the second I activate navigation for Google Maps I get an annoying popup telling me to activate GPS. I just want that popup to go away but cant.
View 3 Replies
View Related
Nov 11, 2010
I'm just getting started with mobile development, and after considerable searching I'm still confused about sending a message from my iPhone to another or an Android.For instance, in building a simple Tic-Tac-Toe game, if I want to notify the other phone of a move, what is the best way to do so? Wifi, bluetooth, 3G? And how? Many methods seem to point to communicating through a web server, but I'd rather send them directly from phone to phone if possible.
View 4 Replies
View Related
Sep 23, 2010
I am using the following to mock my location in Android. public class GPSwork extends Activity implements LocationListener{LocationManager locationManager;String mocLocationProvider;/** Called when the activity is first created. */@Override public void onCreate(Bundle savedInstanceState) But it's not working. I want to see it in real device and the bubble blinking in that location, but I didnt get anything. Please correct my code, and help me out. I used the permissions. I want build an application similatiom to location spoofer.Actually when we open google maps it will show our current location with blue blinking at our location..similarly if i changed the coordinates i.e, latitude and latitude it has to show that am at that location with blue blinking,
![alt text][1]this is the screen short.My XML fine is <?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
android:id="@+id/mapView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:apiKey="0Sy8vgJlQkFxcisUAkrxu3xN33dqFgBetCg4jxg"
View 3 Replies
View Related
Nov 2, 2012
I recentrly tested a few apps from the market changing the location using fake gps points. All of them work perfect but the locations sent via apps ( facebook for example) they show Bing maps not Google ones. I prefer gmaps because for my country they show every single street and building. Bing hasn't done that yet. What app works with google sources?
View 3 Replies
View Related
Feb 20, 2012
A number of apps around at the moment will not run on my device as its rooted. When I start the app it comes up with 'Your phone is rooted and you cannot use this app on a rooted phone'
Is it possible to temperately mock my device to deem unrooted? or trick the app to make it think the phone is unrooted?
View 1 Replies
View Related
Jun 30, 2010
ok, its the Apple Fanbois turn to try and outdo the funniest video on the web..check out their lame attempt to copy it. Code...
View 12 Replies
View Related
Oct 30, 2013
When a group message is sent between my co-workers, who are all iphone users, and myself (Note 3), one person in the exchange does not receive the text. This is not the common iMessage issue that was plaguing me when I made the switch from Apple to Android. This is specifically affecting one iphone user. When I send her a text individually it is not a problem. The other iPhone users don't have a problem receiving or sending to me.
View 3 Replies
View Related