Motorola :: Need A Good Android Development Workflow
Mar 23, 2010
I'm interested in developing android applications. I've a background of Java/Swing/C++/ajax developer so I think I may find myself at home. As I installed the SDK I noticed that I can't follow my usual java development scheme: building base libraries, then the final app. In fact I'd like to develop libs and test them in a more convenient environment like, Swing. There is no way I can use android libs in pure swing apps. Do you have any suggestion about these topics and what's your development process?
View 1 Replies
Nov 24, 2010
What is the best book or online resource (Article / tutorial / ebook / example / Code) for Android game development?
View 4 Replies
View Related
Nov 24, 2009
You know how google docs can allow you to share a doc to be edited real time just like a wave or anything else can?I think that idea should be extended to the code creation process so that coding can be done on the cloud as well.This way, depending on a system like mercurial to do a complex set of updates wouldn't be near as much because if two users were to edit the same document at the same time there would be only one submission.it would work just like this for 2+ workers on any single document! I think it's a great idea!
View 4 Replies
View Related
Jun 9, 2010
Specifically some that may cater to an experienced developer (C#) but not necessarily familiar with Java/Eclipse?I have seen a couple vids on YouTube but they are either short (not much you can learn in 3mins or patronizing)
View 2 Replies
View Related
Aug 2, 2010
This question actually has two parts.
The first part:
I've been developing my first app for a couple of weeks now. I have 5 screens and everything seems well. However, I'm considering changing the app's navigation to a TabView.
I haven't delved much into it, but I'm hoping someone can save me a little bit of time. It seems that people don't generally place Activities inside each tab. They simply point the tab content to a View. This is where my major setbacks are. 1) I already have Activity classes full of code and 2) I can't quickly guess how the structure of an app using TabView looks. For example, where do I put the handler code for clicking a button on a View? Does it all just get dumped into the TabView Activity somehow?
What I would like is if you could please give me a quick synopsis of what I'm looking at doing, answers to any questions you think I may have, and point me toward some resources for creating TabView applications. A quick Google search really just shows me how to create a TabView Activity and add a couple tabs to it. The code doesn't go any deeper. For example, say I have a layout xml to show in one of my tab's content pane, where does the code go for clicking a button I have in that layout?
The second part:
I've added a TabActivity to wrap the Activities I currently have in. At the moment I have Activities populating the content of my tabs (though ultimately I'd like to do this in the most efficient fashion, which doesn't seem to be having Activities be tab content). I've noticed something rather annoying. My MAIN Activity is an Activity I wrote for my user to log in to their account. After logging in, they are taken to my Tab Activity. Here is what happens:
When I am on my Tab Activity and I "minimize" the app by clicking the Home button and then launch it again, I don't get taken back to the Tab Activity. I get taken to my log in Activity. Why? I don't have the launchMode of my Tab Activity set to singleInstance... or is it singleInstance by default? How can I make the app re-launch showing the Tab Activity (ideally by setting some parameter, assuming I'm doing something wrong, and not having to save this data off somewhere and reading it and programmatically telling it what to go to)?
View 1 Replies
View Related
Nov 2, 2010
Or extend it in some way to allow for pre/post-processing of all notifications and additional workflow?
View 6 Replies
View Related
Feb 7, 2013
I'm pretty new to Android development and I just hit a brick wall in the development of an app, I'm currently working on.
The problem is that I have a list of locations (states), and when one is selected, a list of cities from that state is loaded via http request and JSON and then is supposed to be inserted into a listview in another activity.
So now I have the StateList activity and the CityList activity. Currently, the statelist activity starts the citylist activity via an intent and gives it a state name. Then, the citylist activity uses that name and requests data from a server via AsyncTask. As result I get an array of City objects, which are supposed to be inserted into an adapter for a listview.
Now begins my problem: I don't want the second activity to show up before all data is loaded. I also don't want the first activity to do the request and then have to transfer the whole result to the second activity using intent extras.
So what would I have to do now to have the second activity load all the data and only then really show up? I tried only setting the content view after receiving the data, but since the base class onCreate() is tied to some manipulation of the layout, I would also have to call onCreate() at that point, which is not allowed.
Here some code snippets of what I tried already:
The onCreate() method of my second activity (which is supposed to hide):
[high]protected void onCreate(Bundle savedInstanceState) {
requestWindowFeature(Window.FEATURE_NO_TITLE);
// send request for citylist data
CitylistRequest request = new CitylistRequest(this, new State(0, getIntent().getExtras().getString("state")));
request.execute();
[Code]...
View 2 Replies
View Related
Jul 24, 2010
This is my first post on this forum. I am on the fence about getting the HTC Droid Incredible and the Droid X. It would be a lot more palatable if I there was an HTC Sense rom I could flash onto the Droid X. Is there anything of this sort in development or around?
View 2 Replies
View Related
Jan 9, 2010
I'm not looking for a program that communicates with my computer or seedbox, I have Torrent-Fu already for that. I'm wondering if there are any decent torrent clients for Android so I can just download a torrent right over my 3G connection. Searching torrent in the Market only gets one client that costs $5 and apparently is missing key features. Are there maybe some good .apk packaged torrent clients out there not in the Market? I'd assume that Vuze (as mediocre as it is), being written in Java, could be ported fairly easily as well.
View 10 Replies
View Related
Nov 2, 2010
i had a droid rooted with smoked glass and i now have a droid x im looking for a good rom something like the smoked glass.
View 6 Replies
View Related
Jan 5, 2010
I'm looking for a good holster for the Driod?
View 11 Replies
View Related
Jan 18, 2010
What is a good app to install *.apk from the SD card? I have Astro but I don't want to install it from the market, and I can't install it from my SD card w/o Astro or something else? What else is good?
View 6 Replies
View Related
Nov 17, 2009
New to the forums and was wondering if Anybody knows any good SMS pop-up
View 11 Replies
View Related
Sep 29, 2010
I'm curious how good, or bad, the "certified like new" phones are. Long story, but I had one, when my first DX crashed only a few days after having it. The "like new" phone had sporadic issues as well as the having loose plug-ins. I demanded (and got) a NEW replacement, which worked flawlessly until 2.2, and now I am having significant problems again. VZW said they would ship a new replacement phone since my NEW phone was only 3 weeks old when 2.2 hit. I found out yesterday it is yet another "certified like new" ("CLN") phone. I did not have good luck with the prior one. So, if you have experience with a CLN phone, what is your experience? Good? Bad? ANY glitches with it? I'm also wondering if I should wait on the fix that Motorola "says" is coming but who knows when that will be?
View 13 Replies
View Related
Dec 21, 2009
im privileged to be one of the few people in my circle of friends that own a droid and i blow them away in many feature comparisons as they all have iphones or blackberries but i noticed through the apple app store there were many cool apps where you can just shake the phone for certain features like wake-ups notifications and even being used in popular games just wondering what Android has that has that kinda cool "shake" feature i think it would be sweet.
View 17 Replies
View Related
Jul 22, 2010
I am looking for a pack of GOOD icons, it has to include all the MAJOR apps like Phone, Browser, Gmail, Market etc...
View 1 Replies
View Related
Apr 21, 2010
I have a '99 Saturn SC2 that I modify. I've added an overhead console from a Suburban, and have a large space that I've always known I'd like to use for something cool. Looks like I'll be getting a Droid soon, and am eyeballing the spot for a Droid mount. So, I'm looking for a relatively inexpensive mount that I can modify to fit this space in front of the map lights.
I have a filler plate that fills that hole, which I can modify with the mount to give a cleaner look.
I'm still getting my head around what all I can do with the droid, so it's hard to say what all I plan to use it for in the car. I have not yet upgraded the stereo headunit, so the droid won't be interfacing with it for quite a while (on the plus side that means when I do upgrade the headunit, I can pick whatever's going to work out best). Might be nice to find a dock that activates the car mode or whatnot, but I'm not looking to spend big bucks on something that I'm going to likely have to chop up to make it fit.
Also, as this will be my phone and a business tool, the Droid needs to be easily removable.
View 8 Replies
View Related
Nov 19, 2009
Does anybody know any good wired headset with mic? I had the Motorola EH25 Stereo Earset And i liked it before it broke in 2 months. And i want to get an new one. But i want something that will last me longer then that. Even though i didn't lose any money on those because i bought it from overstock with warranty and they ended gaving me the full refund with the price of product and the warranty price back . I am not big fan of blue tooth headsets because first you have to turn on the bluetooth on your phone and then pair it and also then u have to charge your bluetooth end of the day. In the end its too much of an hassle. Besides the quality of the sound through wired headsets are much better then the bluetooth from what i have experienced. Any advice for good wired headsets(w mic). I will be using it for mostly phone calls and not that much music.
View 49 Replies
View Related
Nov 13, 2009
I love my Droid.But I need a better dialer that sorts my contacts using T9.I have way too many contacts to scroll through them all.Anyone know a good one that works with the droid.
View 13 Replies
View Related
Mar 10, 2010
any messaging widget that let's me scroll through contacts to text,and conversations
View 4 Replies
View Related
Dec 16, 2009
My video camera (on the Droid) has been messing up: Check out this 9 second video.. see at 5 seconds... I have had this problem with several videos... the errors occur in good light or poor light conditions.
View 32 Replies
View Related
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 4 Replies
View Related
Jul 18, 2010
Speck Products - Stylish and Protective iPod, iPhone, iPad, Macbook, Blackberry, GPS and Kindle Case Solutions. My dad has a speck case for his ipod touch that i bought him, and it is exactly what i'm looking for for my X. However, they don't make products for motorola so i was wondering if anyone has any suggestions. I really want to protect this thing so i can resell it next year when my contract is up.
View 33 Replies
View Related
Nov 17, 2009
whats a good site or where do you get ringtones for the droid.
View 5 Replies
View Related
Jan 5, 2010
I don't think I'm the only one, but I feel that the regular music player has a lot of problems, and I would love it if someone made one similar to the iphones. Is there a better music player app to dl besides the one that 2.1 gives?
View 21 Replies
View Related
Jul 16, 2010
Anyone found a good resolution for wallpapers? All the ones ive tried end up looking very very pixelated.
View 2 Replies
View Related
Jul 27, 2010
When I use the speaker function on calls, the other callers cannot hear me clearly.I tested it myself with another phone, and I barely hear anything from the other phone.So there is either something wrong with my speaker/mic or the phone?Anybody else having this trouble? Does anybody know what I'm talking about?
View 9 Replies
View Related
Apr 8, 2010
Running newest SimplyStunning ROM(just flashed today and I love it.) Finished restoring apps and setting up my home screens and I wanted to get a good backup. It doesn't matter whether I run simple or advanced backup, both of them get stuck about halfway while dumping the system.tar.
I let my last attempt sit for nearly the whole 2nd period of the Penguins/Islanders game and it hasn't moved. Any advice? I think I may try a different kernel just for shits and giggles.
View 10 Replies
View Related
Jun 12, 2010
I was going to try a new ROM today, but since my last 2.2 update returned an "error" about not having an app2sd partition (and my SD card is getting somewhat "junky" anyway), I was thinking of just wiping the entire contents and reformatting prior to flashing.I made a mirror copy of my current SD contents to my computer (just in case), but I'm not sure if reformatting the SD is a bad idea.I'm also not sure at which point during the entire re-flashing process I should perform the reformat.Can anyone shed their opinion on if and when to do something like this?
View 5 Replies
View Related
Nov 7, 2009
So pure calendar isn't compatible. Did anyone find another good one?
View 16 Replies
View Related