Android :: Collecting Custom End User Feedback For Mobile Apps?

Nov 2, 2010

I have a few iphone and andriod apps and would like to collect better and more targeted user feedback for them. The feedback from the App stores is pretty generic and doesn't add much value at most times. Any framework or website that I could use to help here? Kind of like Get Satisfaction for Mobile Apps.

Android :: Collecting custom end user feedback for Mobile Apps?


Android :: Collecting Market Installation Statistics

Oct 28, 2010

On the Market web page, I can see how many copies of my apps have been installed. But, this only shows the current total. If I want to see historical trends, I need to check the page daily and record the numbers myself -- an annoyance at best. Is this info available anywhere on the Market site? If not, has anyone written a screen-scraping utility (or equivalent) that can harvest the data into a spreadsheet?

View 18 Replies View Related

HTC Incredible :: Feedback On Tweetdeck App / Is It Better Than Having All Separate Apps?

Nov 7, 2010

Just wondering about dislikes and likes about this app. Is it better than having all the separate apps?

View 23 Replies View Related

HTC Incredible :: Remove News App In Mass Manually / Prevent Old Ones From Collecting?

Sep 4, 2010

I really like the new News app that came with Froyo, but I've noticed that whenever you update the news feeds, the old stories remain. Has anyone found a way to remove them in mass manually or prevent the old ones from collecting?

View 6 Replies View Related

Android :: Handcent Custom User Agent

Mar 4, 2010

What does this option do? and what are the benefits if any? Handcent SMS. how do you remove the number of texts youve exchanged with the people you text in handcent its right next to their name.

View 1 Replies View Related

Android :: Custom Dialog Displayed On Soft Input (User Info ID)

May 18, 2009

I have a custom dialog displayed to input user info (ID). This appears on top of an activity with an 'Done' button, however when the edittext is selected and the soft keyboard appears, the keyboard obscures the Done button at the bottom of the dialog. The documentation / blog posts are a little dry on info specifically for dialogs, what do I need to include to get the dialog to pan up or otherwise?

View 5 Replies View Related

Android :: Adding Custom Background For Widget Based On User Input

Aug 19, 2010

I have a widget that displays a set of information. What I would like to do is to give the user the opportunity to choose the background color/image. I would like to have a popup when the user is selecting the widget to choose the background. So how would I make the popup? And how would I apply the background dynamically?

View 1 Replies View Related

Android :: Mobile Apps Vs Mobile Web

Jun 18, 2010

Recently I logged into GMail with my browser instead of the GMail app, and discovered what I've read before elsewhere... that the GMail mobile web page seems cooler and better, than the app.

So, I've been thinking... which is better? Is either better? Can they both be equally good?

Either way, it occurred to me, it's interesting that all the Android blogs fall all over themselves almost weekly to come out with various "Best X Android Apps" articles, but I don't think I've seen any articles about the best mobile web pages for Android (or any smart phone for that matter).

I understand the money is to be made in apps, and that not much can (yet) be done with the web that you can do with an app (until we have workable Flash?) but surely there must be some great mobile sites out there that are better than, or equal to, apps?

I'm appealing to all of you then to make your suggestions for Best or at least good mobile web pages to use on our Android phones. I'll be looking around myself, and will possibly turn the results into a blog post of my own.

Here are a couple of starters that seem to be better than the app versions:

- Gmail: nicer interface, quick access to GTalk and Buzz as well as Calender, etc.

- Evernote: www.evernote.com/m Evernote has a really good mobile web site in case you don't want to download the app.

View 7 Replies View Related

Android :: Can Custom Read - Write Permissions Effect User Acceptance Of An Application

Apr 29, 2010

I have two published apps that are pretty targeted to the user collecting their personal medical data (like Blood Pressure, etc.) and then, eventually sending it somewhere, if they choose.

I decided to put Read/Write permission on my ContentProvider, so if another app comes along that wants to the access that content, the user will be warned. The permission that is required is declared in my apps.

When the user installs my apps, they are also given a warning that the app requires that permission (even though it's the one that declares it), and it shows up in the Marketplace also.

The question is: Is it possible that the permission acceptance part of installing my app could be putting customers off? I don't know what other's acceptance rate is, but mine is around 50% of customers who download it have active installs.

View 5 Replies View Related

Android :: Need Apps With Same User Id

Dec 5, 2009

What are the privileges of two apps with same id? I thought that two apps with the same id can communicate with implicit intents without the need for intent filters to be advised.I created two test apps for this reason but it failed.

View 2 Replies View Related

Android :: Hosting Custom KML For Using In Google Maps Mobile?

Jul 14, 2010

I am new to Android and so I may be missing some very basic things here. I am trying to host custom KML files on a server behind my firewall and display those KML files on the Android emulator. I started by writing a simple app that uses an Intent to display the overlay and pointing the app at geo:0,0?q=
http://code.google.com/apis/kml/documentation/KML_Samples.kml. This works in the emulator.

Next I downloaded that KML file and posted it on my web server (Apache 2.2 on Fedora). I added an AddType directive for the .kml extension and restarted HTTPD. When I point my simple app's Intent to my internally hosted KML file I get the error "The community map could not be displayed because it contains errors." I added some code to try and download the KML file independently of the KML so I could check the status line and the like:

final HttpClient client = new DefaultHttpClient();
final HttpGet get = new HttpGet("http://mycompany.com/data/KML_Samples.kml");
try { final HttpResponse resp = client.execute(get);
android.util.Log.e("MapOverlays", resp.toString());
} catch (Throwable t) {
android.util.Log.e("MapOverlays", "Exception", t);
}

With a breakpoint on the first Log message line I can inspect the results:
statusline = "HTTP/1.1 200 OK"
Content-Type: application/vnd.google-earth.kml+xml

Here's the Intent I'm using:
final Intent intent = new Intent(
android.content.Intent.ACTION_VIEW,
Uri.parse("geo:0,0?q=http://mycompany.com/data/KML_Samples.kml"));
startActivity(intent);

So the two main questions are
What do I need to do to get KML loaded from a private server?
What tools are available (if any) to determine what is wrong with what I've done (something more informative than "The community map...")?

View 1 Replies View Related

Android :: Need Apps That You Would Recommend To A New User?

Apr 1, 2009

I've just got my G1 today, and after getting it up and running have been browsing the Android Market. Are there any apps that you would recommend to a new user? Any that I simply shouldn't miss?

View 4 Replies View Related

General :: User Interface For Android Apps

Jun 7, 2014

Is there a place where I could find open source examples of User Interfaces for android apps. Like a project containing custom buttons, isons, sound effect, a nice layout with multiple blank activities that serves as a skin for your app. Strangely I didn't find anything like this whereas there are plenty of themes.

View 4 Replies View Related

Android :: How To Make Two Phone Apps Share Same User Id?

Jun 30, 2010

I remember reading somewhere that you could make two android apps share the same user id, but I have heard conflicting information from other people. Is it possible to make two apps share the same user id and if so how is it done?

View 1 Replies View Related

General :: SKK Mobile A5 Rooting And Custom ROM

Jul 30, 2013

Android has educated us end-users to become more savvy into getting the full control with our devices and the many things that we can learn along the way. OK, nuff with the blabbering.

I got a budget friendly phone for this journey - which will be my practice device. I am just fascinated with all the possibilities that may happen with a tiny handheld Android.

So, my initial plan was just to root and install custom ROM for this device. I have done some research for the past couple of hours on how to root SKK Mobile A5. Here are the specs:

SKK Mobile A5

skkmobile com

Specs:

Baseband: MAUI.11AMD.W11.50.SP.V34, 2012/11/27 19:20
Kernel: 2.6.35.7
zhangguihong@soft1-05 #1
Thu Jan 3 17:00:06 CST 2013
Build: ALPS.GB2.MP.V2.8
Custom Build: S7HCJR104G2G480800EN

[code].....

I have tried several methods and for some reasons only this VRoot_1.4.3.3378_Setup worked from bbs(dot)mgyun(dot)com and sadly I could not understand Chinese so before I get distracted from my primary goal (learning to maximize this tiny handheld and customizing ROM) and try to dissect the application to make an English version or learn Chinese so I can read it.

Also, right now it says its rooted but I cannot flash CWM (or maybe it's just because I can't understand the prompts) and as far as what I've read this device doesn't have one yet. SKK's mobile devices looks like they're going to be mass-manufactured and really affordable, so another goal of mine is to maximize this, and also suggest improvements along the way.

View 4 Replies View Related

Android :: Need Widget Apps To Scroll Through Own User Inputed Text

Jul 3, 2010

i have a lot of quotes that i would like to have displayed as a widget where maybe it'll change daily to a different quote.

View 1 Replies View Related

Android :: Background Apps (Instant Messaging) Being Killed Without User Notification

Jun 23, 2010

I'm having another problem with my milestone that I'd like to share with developers and Android coders: Whenever I run memory-intensive applications while I have an IM app running in the background, the IM app is often killed without any user notification whatsoever.Take this scenario for instance (works every time on my Milestone): A few background apps are already running: Sipdroid, Locale, Titanium Backup's service... 2. Launch Nimbuzz (or Fring, eBuddy or Meebo - it's reproducible on all of them) 3. Use lots of memory - for instance with a browser (open lots of windows will full desktop sites), or by launching multiple memory- intensive applications at once (Maps Navigation or other navigation apps work well)

View 9 Replies View Related

Android :: Shared Preferences In Droid Apps Deleted When A User Updates App?

Oct 5, 2010

If I store some user settings and information in shared preferences in my android apps, and then I update the app in the Market, will those settings be erased when the app updates?

View 1 Replies View Related

App To Block User From Accessing Certain Apps?

Mar 27, 2013

I want to make an app like self control for study. Is there any way to do this?? this app blocks the user from accessing certain apps.

View 4 Replies View Related

General :: Not Enough Available Space For User Apps?

Aug 23, 2013

I have an unrooted Samsung Galaxy Grand I9080L (single SIM). It has 4 GB of internal memory... but it only allows me to download apps from google Play up to 1 GB of space occupied. So It remains with 3 GB of free internal storage, and google Play says no more memory space is available when I try to download a simple app.

Even more strange is the following: I uninstalled apps to free about 40 MB of internal storage, and try to install a 1 MB app and IT SAYS NO SPACE IS AVAILABLE.

View 1 Replies View Related

User Interface Designer Tool For Apps?

Dec 14, 2012

we are looking for the BEST or the industry standard tool for designing visualization for mobile! We have a very complex social network site that we want to design for mobile and in the past created our visualizations/user interface for PC in photoshop and dreamweaver than presented to our coders to build. We struggled to repeat this successful approach for mobile and are now looking for the most effective methods or tools.

View 1 Replies View Related

General :: Apps Installing Without User Permission?

Feb 5, 2014

Over the past week I have had the following apps apparently install themselves or be be installed by another app or program, approximately one every day without my express permission:

Big Fish Casino by Big Fish GamesSimple Email Share by App FireMinesweeper by App FireDaily Funny Videos by App FireSimple Email Share by App FireMax Web Search Pro by App FireDownload Manager by App Fire

They appear in my Droid RAZR MAXX HD phone, Kindle Fire HD+ tablet and My Apps on Google Play Store. In an effort to track down the source, I have installed and used: Lookout Ad Network Detectoravast! MobilePermission Explorer

I have not been able to determine what app or apps are causing this. It may also come from my home office PC, but security scans find nothing there either.

View 5 Replies View Related

General :: How To Convert User Apps To System App

Oct 2, 2011

I need to know how to convert User apps to System apps. I know Titanium Backup can do it but I don't want to pay 7 bucks for the pro version.

Do I just move the APK from the /data/app to /system/app?

I am on a deodexed ROM so no odex files to move.

If I convert these user apps to system apps will it raise the OOM value? That's what I am after really.

GO Launcher gets killed way to easily. And while I am at it, I what to move GO SMS and Miren Browser if this will work.

View 8 Replies View Related

General :: Can 2 Device User Profiles Share Each Other Apps

Dec 11, 2012

I just bought a Nexus 7 for my fiance and I, and was wondering if the apps she downloaded could be used on my profile. I didn't see them on my profile, and I don't want to have to pay twice for an app.

View 5 Replies View Related

Android :: OAuth Secrets In Mobile Apps

Dec 19, 2009

When using the OAuth protocol, you need a secret string obtained from the service you want to delegate to. If you are doing this in a web app, you can simply store the secret in your data base or on the file system, but what is the best way to handle it in a mobile app (or a desktop app for that matter)?

Storing the string in the app is obviously not good, as someone could easily find it and abuse it.

Another approach would be to store it on you server, and have the app fetch it on every run, never storing it on the phone. This is almost as bad, because you have to include the URL in the app. I don't believe using https is any help.

The only workable solution I can come up with is to first obtain the Access Token as normal (preferably using a web view inside the app), and then route all further communication through our server, where a script would append the secret to the request data and communicates with the provider. Then again, I'm a security noob, so I'd really like to hear some knowledgeable peoples' opinions on this. It doesn't seem to me that most apps are going to these lengths to guarantee security (for example, Facebook Connect seems to assume that you put the secret into a string right in your app).

I don't believe the secret is involved in initially requesting the Access Token, so that could be done without involving our own server. Am I correct?

View 7 Replies View Related

General :: How To Move User Apps Containing Lib And Data Files To System

Apr 1, 2013

How to convert user apps to system apps? Many apps give fc because of some missing files. I would like to move whatsapp and maps to system to get some free internal memory.

How can I add more apps into system while porting a Rom, what all libraries and permissions do I need to take care of? I already tried /system/mover and similar apps. While manually moving whatsapp I couldn't find library files

HTC Explorer A310e

View 3 Replies View Related

Android :: Remove Apps Like NFL Mobile Live And Nascar

Jan 20, 2010

The only way to remove apps like NFL Mobile Live and Nascar and whatever else you'll never use is to mess around in the ROOT file?

View 5 Replies View Related

Android :: Developign X-platform Mobile Apps On Ubuntu

Oct 16, 2010

I'm a junior iphone developer and got familiar with developing on xcode on top of Mac OS.I wanna build some Cross-Platform apps in the near future and wanna Use Ubuntu as my Operating system.I found many solutions that run only on Mac OS or need mac to build apps for iphone but this is not what i need. i need something which can keep me far from mac (for some reasons).I heard about AIR packager for iOS and that also AIR does apps for android but i'm not a flash guy (but can learn if it will do the job), so i wanna guidance from experience people like you about what is the suitable route should I take.

View 1 Replies View Related

Android : Take Input From User In Droid / Make User To Enter Text?

Sep 22, 2010

I have a EditText in android in which i want the user to enter the text and checks for the condition "BYE"

Code sample..

How can i make user to enter the text?The UI should wait for the text to be entered(something like we have InputStreamReader in java applications).

View 2 Replies View Related

HTC Hero :: Change User In Gmail App In Phone To Google Apps Users?

Aug 16, 2009

I have logged in at the Market with my gmail user account. However, i normally use google apps when emailing. Can I change the user in the gmail application in my Hero to the Google apps user?

View 5 Replies View Related







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