Android :: Good Practices For Building Web Application

Sep 10, 2010

can you advice me a book or something else containing good practices about how to build/structure a web application in a way that will be easy to extend it with an Android/iPhone version later.I am currently trying to get into Django so it will be nice if the practices are related to it.

Android :: Good practices for building web application


Android :: Good Practices For Organizing Files On Storage SD Card?

Jan 7, 2010

Are there any guidelines where should my app store resource files downloaded from Internet?

View 3 Replies View Related

Android :: Best Practices To Integrate Tips In Application

Apr 22, 2010

What are the best practices people have used to integrate help/tips in their application? One way I can think of is having html snippets in resources or assets - perhaps as html files - maybe as formatted strings. However, I think it would break down once an html file linked to another html file or an image or icon. I'm sure some of you have apps that are so wonderfully intuitive that they don't need any help. And I admire that. But I'm not making that assumption for my app.

View 6 Replies View Related

Android :: What Are Application Update Feedback And Best Practices?

May 20, 2009

I've published an Android applications on the Android market and now have an update to do. I want to know if any of you have already done that, and what experience can you share about it:

- How to manage version conflicts?
- What to do with databases?
- Can you make appear a message with "what's new" if it's an update, but nothing it's a new installation?
- Should you backup old data before updating, and how?
- Did you run into any trouble and how did you solve it?
- Can update be partial (like, just a patch)?

View 1 Replies View Related

Android :: Building Two Versions Of Application - Best Practice?

Apr 19, 2009

What is the best way to release two versions of an application? E.g. a free version with limited features, and a paid version with the full feature set. #ifdef would be the ideal way to do this, but Java doesn't support it. Could I do something like: try {import com.foo.myapplication.ExtraFeatures; } catch (Exception e) { // ignore it, this must be the free version}? I could manage with this kind of construct, although #ifdef really would be ideal.

View 10 Replies View Related

Android :: Need Notepad Application - Any Good App?

Dec 10, 2009

I am looking for a notepad that looks like the I Phone notepad. Any one know a good note app for this?

View 37 Replies View Related

Android :: Good Todo Application

Oct 5, 2010

I know that this is probably somewhere else but I am unable to find it. But I am looking for an App that will give me a todo list on a daily basis. What I would like to do is add to-do's several days in advance, and each day have it compounded and then as I complete tasks I can remove them from the list and from day to day it would keep adding to the uncompleted tasks from the day before.

View 6 Replies View Related

Android :: Good Music Streaming Application?

Nov 29, 2009

good music streaming app? Don't say panadora tried it and just get pissed everytime because I can never find a song I want and it always plays random shit I don't want.

View 8 Replies View Related

Android :: Good Music Application With Widget?

Jul 13, 2010

Can anyone recommend a good music app with a widget? Am thinking of using the stock player with the Desire but am on the lookout for a good player within the market.

View 6 Replies View Related

Android :: How Big Is Market For A Good Memo Application?

Dec 16, 2009

Many of us have expressed a desire for a proper Memo application on Android, similar in functionality to the Palm OS. Necessary features include: support for multiple memos, quick access to view and edit multiple memos, ability to organize memos into categories or with tags, ability to search through all memos at once, ability to synchronize memos with desktop and/or the cloud. This poll is designed to show potential developers that there is a market for such an app.

View 48 Replies View Related

Android :: Recommendation For Good Footy Application?

Jan 20, 2010

Can anyone recommend a good footy app, aimed specifically at the English premier league? I already have FotMob 4.0 but the interface is a little awkward in that there is not enough room to view the RSS feed, the menu part of the screen takes up too much real estate and there doesn't appear to be any way to get rid of it.

View 1 Replies View Related

Android :: Good Sports Tracker Application?

Sep 9, 2010

I used to have a great one on Nokia (!) called Sports Tracker but I can't find anything in the market place which looks similar. Any recommendations gratefully received.

View 2 Replies View Related

Android :: Any Good Email Application For Galaxy S?

Sep 16, 2010

Looking for a good email app for my Samsung Epic (Galaxy S). It is essential that I not have to have a Gmail account to download it as I have problems once I setup Gmail. I need POP3 and IMAP, and I have multiple accounts. The only thing I see by searching is K-9. I would appreciate any user experiences with the app, and I am open to other alternatives.

View 1 Replies View Related

Android :: Looking For Good Calendar Application For Droid 2

Aug 15, 2010

I don't like the stock calender for the Droid 2 and am wondering if anyone can recommend a good calender app. I have an iPod touch and I like the calender on there (bright, bubbly, and easier to see from the monthly view when you have an event on a specific day).

View 25 Replies View Related

Android :: Good Ways To Promote Application

May 24, 2010

I'm a new Android developer and I just released a free, open source tipping calculator app called Tippy Tipper.I created this app to get myself familiar with Android and to hopefully provide a good example app for other new developers to look at.Now that I've overcome the challenges of learning how to program, test and release my Android app, I've come across a new challenge: marketing!What are some good ways to promote my app to the Android community? Can anyone with some experience talk about how they did this successfully with their own app?

View 1 Replies View Related

Android : Which Layout Is Good For Quiz Application

Apr 2, 2009

I am a android beginner, now i am going to design a Quiz application for android I am very confuse about which layout i should use for Quiz. My requirement is when user touch the answer , the next question will appear on same screen and at the end of quiz the web view will be generated as a result page. Right now i don't have in depth knowledge of Layouts and switching the view when user clicks on Answers. Please help me at least suggest me Which layout i use.

View 2 Replies View Related

Android :: Any Good Security Screen Lock Application?

Jun 2, 2010

Remember there used to be interesting one, with 9 dots, draw to unlock screen. Is that still available or there is some better choice?

View 1 Replies View Related

Android :: Good Science/space News Application

Dec 20, 2009

Does anyone know of a good science/space news application (with widget would be great)?

I figured I would have plenty to pick from but haven't found anything good. I've found some good general news applications but the science sections have been rather slim on articles.

I love hearing the latest science and space news and just want something that will give me plenty to look at in a nice and pleasant way. Something similar that works similar to the Tech Buzz widget would be great.

View 2 Replies View Related

Android :: Good Way To Register Users From Phone Application

Jul 22, 2009

We have a web application and we've built phone applications (iPhone, Android, BlackBerry) to be companions to the site. The usual workflow is that an existing user of the site gets a phone app and then plugs their existing credentials into the phone app and they are off and running, but more often now we are seeing folks who are downloading the app and then (and this should not surprise anyone) don't read the help screen that explains they need to go and get credentials at the web site and therefore cannot connect to the application which does require registration to manage their content. This is a giant usability fail condition.

So we know that we need to put user registration workflows on the phone app. Other than the obvious solution of duplicating our registration page on the mobile, does anyone know of a better identity solution for the phone? For example, on the desktop we also use Facebook Connect as an identity server and the users love it. I'm looking for something that simple that we can implement across the major smartphone platforms.
Clarifying note: I should add here that this registration mechanism is likely to; and it would be desirable if it did, go hand in hand with a general identity/authorization mechanism such as the Facebook mechanism mentioned below. One other place I'm poking around is to see whether there's an openId solution that does not require a browser to pop up.

View 3 Replies View Related

Android :: Good Sample Application For Phone Service

Aug 2, 2010

Is there a good sample application for creating android services that run in the background?

View 2 Replies View Related

Android : Need Good Sources For Icons - Artwork Used In Application?

Mar 6, 2010

Has anyone got a good source for icons that can be used in an application?

I'm thinking of things like pushpins, scope sights, house, car, shop, and other small graphics you might overlay on a map or picture.

Most people just rip them off from the web, but I'm looking for an honest source.

A while ago, I found a website marketplace where you could commission stuff from graphic artists. Does anyone have any links for these? The sort of thing I mean is like this: http://www.graphicster.com/Default.aspx (But those guys haven't got critical mass yet). Or these guys http://www.crowdspring.com/how-it-works/ (but they seem a bit high end).

View 5 Replies View Related

Android :: Good Guidelines For Developing Ecommerce Application

Jun 9, 2010

I'm making an ecommerce application on Android and, as it is my first serious project, I'm trying to figure out beforehand the best approach to do this.The application talks to a web service (magento api, meaning soap or xml rpc unfortunately) and gets all the content on the phone (product categories, product details, user credentials etc.). I think it should do lazy loading or something like that.

So, I was thinking to keep the user credentials in a custom Object which will be kept in a SharedPreferences so that every Activity cand easily access it. I'll use a couple of ListViews to show the content and AsyncTask to fetch the data needed. Should I keep all the data in memory in objects or should I use some sort of cache or a local database? Also, I'm planning to use a HashMap with SoftReferences to hold the bitmaps I am downloading. But wouldn't this eat a lot of memory?How cand all the activities have access to all these objects (ecommerce basket etc.)? I'm thinking of passing them using Intents but this doesn't seem right to me. Can SharedPreferences be used for a lot of objects and are there any concurrency issues?

Any pointers would be really appreciated. What are some good guidelines? What classes should I look into? Do you know of any resources on the Internet for me to check out?

View 2 Replies View Related

Android :: Good Way To Evaluate Application Performance On Phone Devices

Aug 31, 2010

I am implementing the client side of some java application for Android devices which requires a lot of user interaction, image loadings and JSON object parsing. I'm trying to decide whether to implement it with html5, flash or Android native code.

View 1 Replies View Related

Android :: Best Practices In App UI Navigation

Jun 2, 2010

I am trying to learn how to do stuff in Android, and I'm not sure of the best way to build the interface.I've been working on porting an iPhone app, which uses navigation controllers and table views for looking at the different sections: basically, someone touches a cell in the table, which drills down to another table. when they touch a cell on that table it drills down to a webview that displays the information.I want to do something similar for the android app, but I don't know how, or if there is a better way native to Android. I've figured out how to use the webview to my purposes, but moving forward and backward in the table tree is unclear.

View 3 Replies View Related

Android :: Using MediaPlayer Best Practices

Nov 3, 2009

What is the best way to use the MediaPlayer when needed multiple times?

Reuse the instantiated MediaPlayer throughout the session? Or constantly stop() release() and instantiate a new MediaPlayer() ?

If I reuse I'm afraid the player could be in a bad state? What about performance wise? what's better? reuse or renew?

This is for using as a music player so one audio be present at one given time...

View 4 Replies View Related

Android :: Best Practices For Library With UI Component

Jun 26, 2009

My company is in the process of evaluating if we can add support for Android to our product. I am currently working on porting our existing J2ME library to the Android framework and I have a question regarding our UI component. Right now, we have a custom menu that we allow our developers to bring up on the device. On J2ME, we simply have a single call that the developer makes to enter into the menu and then we handle the rest. On Android, it seems the best way to handle this is an Activity. But I have a few questions regarding this approach including is the really the best way to do something like this? Second, if it is, if there are multiple applications on the device that are using our library, are there going to be conflicts with them all having the same Activity embedded in them? Is it possible to create an Actvity at runtime and use it directly? Would there be any side effects of going about it this way?

View 2 Replies View Related

Android : Best Practices To Be Followed When Designing Database?

Aug 30, 2010

I have to create a number of tables for caching some amount of textual data, obtained by reading XMLs. These tables need to be created only once - on the initial run of the application. The data in the tables should be cleared after fixed time period. There should be a class exposed to other classes that would allow CRUD operations on this database. Googling found me some links to tutorials for creating databases and Data Access logic.

I have some questions, please help:

How many DataBaseHelper(DBAdapter) classes should I have, I am guessing only one? Is it okay to have all the SQL DDL and DML statements, DB name, Table Names as static strings of this class?
How do I ensure that the tables are created only once?
Is it possible to clear the DataBase after a fixed time interval?
Are there any best practices to be followed when designing the database?
The data in the database is to be displayed in Lists. I have data in ArrayLists(created when parsing XML) as well as Database(after these lists are persisted). What adapter should I use to back the list up? Should I use ListAdapter or CursorAdapter?

View 2 Replies View Related

HTC Desire :: Good Football Scores Application?

Jun 28, 2010

Need good football scores app that features the prem, championship & 1st division? Ideally one that I could have on the scores come up on my screen as they come in rather than having to go into the program and refresh? Also can anyone recommend a good app for making notes? The one I'm currently using will not let me edit a note once I've made it which is of no use to me.

View 11 Replies View Related

HTC Incredible :: Any Good Application For Listening To Podcasts?

Sep 3, 2010

I listen to mostly fantasy football podcast. Have used Stitcher for the longest time, but it started running like crap a couple weeks. Hardly works at all now. Anyone know of another good app?

View 8 Replies View Related

Android :: Any Best Practices For Starting / Handling Activities

Oct 23, 2010

Understanding how to declare activities in the manifest file, how to set the appropriate flags when starting them through intents, is quite challenging in all but the default cases. The combination of all these settings and flags is daunting. I've been developing for Android for over a year now, have read the application fundamentals and the reference guide for 'Intent' quite a few times and still I don't have a good grasp of which manifest settings or intent-flags should be used for starting activities in many situations (workflows). Is there some source/document that can explain certain work-flows (ways of navigation through activities and tasks), that shows examples of how to configure and start activities?

View 4 Replies View Related







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