Android :: AppWidget Retrieving Data From Another Application

Apr 30, 2010

I have an AppWidget which provides a summary of some data stored and controlled by my main Application. (In a similar way to a Calendar AppWidget showing the next event from the main Calendar application). I want to know the best practice for retrieving the data to update my widget. I have followed the example, and I have extended AppWidgetProvider and have a working widget, onto which I can update. I would expect to read the data from my main application and then update it via my AppWidgetProvider's onUpdate() routine.

Now, is the best practice here for my separate main application to provide the data via a ContentProvider? I assume so, as my Appwidget is not part of the same application. Is it possible to access a ContentProvider inside my onUpdate() routine? Before writing my main application content provider I started to test out retrieving some available data like Contacts information, and showing say a contact name in my widget, to show I can extract data from an existing ContentProvider. When accessing the Contacts contentprovider, the examples talk about:

1) Activity.managedQuery(), but my AppWidget is not an activity. 2) ContentResolver.query(), but I can't work out how to get a valid ContentResolver so I can access the Contacts. getContentResolver() does not appear to be defined for AppWidgetProviders. Am I approaching this the correct way?

Android :: AppWidget retrieving data from another Application


Android :: Retrieving Data From The Database

Jul 10, 2009

I created the following method for retrieving stored settings from the database:

public String getEntry(long rowIndex){
String value = "";

Cursor c = db.query(DATABASE_TABLE, new String[] {KEY_NAME, VALUE}, KEY_NAME + "=" + rowIndex, null, null, null, null);
int columnIndex = c.getColumnIndex(VALUE);
int rowsCount = c.getCount();
if(rowsCount > 0){
String value = c.getString(columnIndex);
}

return value;
}

On debugging I can see cursor c contains two columns and one row but when it comes to line

String value = c.getString(columnIndex);

it throws the CursorIndexOutOfBoundsException although columnIndex = 1 which should point to a valid entry. Does anyone know what could be wrong here?

View 3 Replies View Related

Android :: Launching Appwidget From Another Application

Nov 9, 2009

Is it possible to launch an app widget from another application.

For example, I have a button in an application. When I click on that button, an appwidget must be launched.

View 7 Replies View Related

Android :: Retrieving Data From Portrait To Landscape

Feb 18, 2010

For changing from portrait to landscape mode i have done some changes in manifest.xml and included some code in test.java file

In manifest.xml i have included <activity_name android:configChanges="orientation"/>

i entered some data in portrait mode. but when i rotate my mobile from portrait to landscape the control goes to onConfigurationChanged() method.

public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); setContentView(R.layout.screen1_landscape);
}

View 3 Replies View Related

Android :: Retrieving Data From USSD Command

May 17, 2009

I want to call a USSD (http://en.wikipedia.org/wiki/USSD) command and have the reply returned as a String. I can make the device automatically dial the USSD - like so

// String encodedHash = Uri.encode("#"); String ussd = "*" + encodedHash + "105" + encodedHash; startActivityForResult(new Intent("android.intent.action.CALL", Uri.parse("tel:" + ussd)), 1); //

This calls the USSD and the result is displayed in an alert menu generated by the OS dialer. There's no way that I can see to intercept the USSD reply, prevent the dialer displaying it, and then use the result as a String. Essentially, all I really want to do is (pseudo code) // String ussdReply = call("*#105#"); // I've tried creating an "onActivityResult" but it never receives anything from the startActivityForResult. So, does anyone know how I can use the reply within an application?

View 3 Replies View Related

Android :: SQLlite Crashes After Try To Retrieving Data

Jun 6, 2010

I'm kinda new to android programming so please bear with me. I'm having some problems with retrieving records from the db. Basically, all I want to do is to store latitudes and longitudes which GPS positioning functions outputs and display them in a list using ListActivity on different tab later on. This is how the code for my DBAdapter helper class looks like:

public class DBAdapter
{
public static final String KEY_ROWID = "_id";
public static final String KEY_LATITUDE = "latitude";
public static final String KEY_LONGITUDE = "longitude";
private static final String TAG = "DBAdapter";....................

View 4 Replies View Related

Android :: Retrieving Data From Webserver Using Json?

Sep 10, 2010

Retrieving data from the webserver using json

View 2 Replies View Related

Android :: Retrieving Json Data Into List View

Apr 30, 2010

I want to retrieve the data from the url(http://www.sumasoftware.com/ alerts/GetAlerts.php) and parse the data. The data should be inserted to a list view showing alert text and the corresponding date. I have done this using a text view. But cant figure out how to display using list view... Plz help me out. I'll be grateful if anyone could provide some sample code too...

View 12 Replies View Related

Android :: Error When Retrieving OData Data While Using OData4J

Nov 2, 2010

I am trying to use OData4J to retrieve a list of Users from the StackOverflow OData service (onto an Android 2.1 device), but it isn't working.

public static Enumerable<OEntity> getUserInfo() {
ODataConsumer c = ODataConsumer.create("https://odata.sqlazurelabs.com/OData.svc/v0.1/rp1uiewita/StackOverflow/");
return c.getEntities("Users").execute();

I think it is unable to retrieve data from the URL. Any ideas why this would be? Is there anything wrong with my code?

View 1 Replies View Related

Android :: Retrieving And Parsing ICal Data Over HTTP

Jan 23, 2010

I am making an application that asks the user for userid, appends the userid to a static HTTP link to retrieve the user's daily schedule info file that has a .ical (calendar) extension. I need to read the data from file, format in new UI and representing some useful data on an Android device. My query is can I access a static HTTP link behind the scenes? And when I use the same link on desktop browser, it asks user to save the file — how can I do this on a mobile? Do I need to read the data and save it somewhere or I can save the .ical file and read from it?

View 2 Replies View Related

Android :: Code Samples About Writing And Retrieving Data From Website?

Mar 9, 2009

Was just wondering if anyone had any code samples about writing and retrieving data from a website? I am currently creating an application which populates its textviews by accessing information from an online source.

View 8 Replies View Related

General :: Retrieving Google Keep Data

Aug 20, 2013

I have the following issue; a couple of months ago i had a Desire z (happy HTC One owner now) but it fell and it broke. Or atleast the phone itself/ screen does nothing. However i can hook the phone up to my pc and its get recognized and i can browse the phone with the command prompt.

My phone broke while i was on a trip in Thailand and unfortunately the info (email adresses from new friends) that i typed into google keep that night had not been synced yet...

I would very much like to get this info off of my phone and read it or transfer it to my new phone or something (reading it on the pc has my preference as my HTC One is not rooted).

View 2 Replies View Related

Android :: Retrieving Street Info As In Google Maps Application

Mar 31, 2009

I am developing a simple maps application that displays map in street mode. I want to display street name and a snapshot when a particular street is selected. Is it possible to get the street snapshot as is displayed by the native maps application using android APIs.

Also on native maps app when we select the street a 3D view of the street is shown. How can I add this 3D street view to my app.

View 3 Replies View Related

HTC Hero :: Can't Get Proprietary Message Application To Stop Retrieving All Messages

Mar 1, 2010

I just installed a new sms app and love it, the problem is that I can't get the proprietary message application on the Hero to stop retrieving all messages. It doesn't help to have cool features like blacklist, if you can't use them because the original app just logs the threads anyway. How do you turn off or uninstall the original message program, I would prefer to just get rid of it and free up the space. Any ideas???

View 1 Replies View Related

Android :: Best Way To Store Application Data / When Data Stored / Data Format Could Change In Future Versions?

Mar 4, 2010

I'm making an Android Java app game (although this question applies to all languages really) and hope to release the first version soon. I'm nervous about how I save data in my game. My problem is that, if in a later update, I decide to store more data or store the same data in a different way, I need to be careful I don't lose or corrupt data for users that upgrade (i.e. I want users to be able to use data created by an old version in the new version, like their high scores from before).For example, say I want to save high scores in version 1.

View 3 Replies View Related

Android :: Advice On First Application (loading Data / Populating Data)

Jun 23, 2010

to start with I've gone through the entire notepad tutorial, I'm a professional game programmer who has some extra time. (though most of my time has been in C++, I did take a year or two of Java classes in college, and remember some of it). I'm not sure the site is a good site to ask questions like this.. If someone has a Forum that might be a good place to ask these newbie questions, please feel free to point me in the direction. I've examined a few of the samples, and think I've a grasp of what I want to do. I've a three to four project plan for some Android releases to sharpen my skills, but since this is my first project and I have never really developed for a mobile phone or the android before, I'd like to make sure I have a solid plan.The first project is an example of the license plate game, however I want to do a few things to change it. Heck maybe when I'm done it'll become a bingo style game, with bluetooth connectivity, you never know. The base idea is I want to offer a list of states, with checkboxes next to them. so to do this, I'll be starting with a Linear List layout similar to the note pad example, and then have a row that is only a Checkbox. I can use text and call strike through if it's been checked off. Perhaps offer an option to not show them if they are checked.

But I want the list to be generated from a set of lists. Maybe all of America's states, maybe reasonable American states (no Hawaii, no Alaska) maybe a North American list, (add in Mexico and some Canadian provinces), a European list, who knows. I'd probably have to have a pop up window that lists all of the lists I suppose using a radiogroup of some sort. So then as far as the data, after weighing options I think best solution is to make a database with two fields, "checked" and "name".I figure I can use the menu for most of the user interaction (aside from clicking on stuff we want to check off) with maybe a few context menu items, I understand how to make all of those already so I should be good. The question I have is what is the best way to populate the lists? Should I create raw data, and have different files for all the lists? Or is there some other way to do this? I've seen this done on the searchable dictionary, but I'd like to hear what people who have actually generated the data like this before. In addition is there an easy way to look at the sql database these applications create, or do you have to run searches on them and output the data? Finally any other suggestion or advice? I definitely want to try to get something like this on the market so I can see the full life cycle and see if anyone actually likes it. (luckily there's not a plethora of them already) but I also want a few people to look over my code if they're willing when I'm done to make sure I've done this right or at least not missing any basic mistakes.

View 2 Replies View Related

Android :: Application Data Remain After Application Removal

Feb 6, 2010

I want to add a flag that will tell how much time my application is running. This flag will have to stay even after the application is removed. And, if its installed back, i must have a way to recover this flag. What's a way to implement this?

View 8 Replies View Related

Android :: How Can One Get Appwidget's Own ID?

Jul 31, 2010

I am trying to debug a problem where my widget becomes invalid and a new one fills in.This only happens once at the beginning of time and then it remains the second widget forever.So, I want to put code in to narrow down the point in time when it happens.Then I would get a list of all the enabled IDs and see if I am in the list. I cannot find a method, member, attribute, etc. that would give me my id?

View 1 Replies View Related

Android :: AppWidget Is Not Updating

Jan 3, 2010

I am attempting to query a database and update information in the appwidget screen based on changes to the database done while in an activity so that when the user exits, the changes are reflected in the widget on the screen.The appwidget is being updated with a broadcast from OnPause() and OnStop() in my primary Activity.Relevant pieces of the code are below.The Toast shows me that the data is correctly being pulled when OnUpdate() is called.But the widget refused to change

View 2 Replies View Related

Android :: How To Set Listview Into Appwidget?

Aug 9, 2009

I have a problem, I want a appwidget with a listview, but it seems that appwidget does not support this elment.so is there any way to reslove it?

View 2 Replies View Related

Android :: What UI Elements In AppWidget?

Apr 25, 2009

Just wonder what limitations there are for UI elements in AppWidgets? I tried a ListView and was met with an error. I saw the other post that EditText isn't available.Just wondering if there was a full list somewhere?

View 8 Replies View Related

Android :: AppWidget Changes Id After Reboot

Dec 31, 2009

I have a strange problem, on a few devices. I have developed an AppWidget, and it uses a database to store the configuration for each instance of the widget. The widget id is the key in the database.Everything works on most devices, but I got a bug report a couple of days ago. A user said that the widget never worked after reboot. The user who was very helpful sent me a log from his phone, and I could then see that the widget got a new id each time he did a reboot.

View 2 Replies View Related

Android :: What Views Can Use In An AppWidget

Jan 10, 2010

Can anyone tell me what views can I use in an appWidget?

View 2 Replies View Related

Android : Get TableLayout In An AppWidget?

Jul 31, 2010

LinearLayout just works fine in an AppWidget. However, when I change the layout's xml to a TableLayout, I am unable to get the widget working :(.

Can anyone point me to a sample? [could not find anything on the web]

View 1 Replies View Related

Android :: Trying To Update An AppWidget Manually

Sep 7, 2010

I am trying to update an AppWidget manually when a user setting changes on the device.I can tell that my AppWidget onUpdate method is being called as a result since I log some debug strings to logcat in the code. However the AppWidget itself doesn't change on the screen.Here comes the interesting part: if I rotate my device and force a refresh of the home screen (from PORTRAIT to LANDSCAPE or vice-versa) then finally my AppWidget gets updated. However rotating the device does not trigger the onUpdate method to be called, so the AppWidget must be using the RemoteViews provided in the earlier update. Can somebody explain me what to do to force the home screen redraw of my AppWidget when it processes an update?

View 2 Replies View Related

Android :: What Is Sprint Hero AppWidget?

Nov 4, 2009

I wrote a widget that has been working fine for most folks. However, I started getting bug reports about how the widget would be blank on reboot (not receive an update?), and it seemed that the Sprint Hero continually came up. I thought I was crazy but I'm finding that other people are having the same problems:Searching Google for "sprint hero appwidget problems" yields:"Added warning about the problem on the Sprint Hero device: On the Sprint Hero (HTC ROM v1.29.xxx) the AppWidget API is broken in such a way that it won't."I e-mailed the author in hopes of getting an answer, but I haven't received any response. Does anybody with a Sprint Hero know what the problem is?

View 8 Replies View Related

Android :: AnalogClock AppWidget Dial

Jun 24, 2009

Using Appwidgets, If we use TextView in layout provider xml then, we are able to set the text in Provider.java using remoteViews.setTextViewText() method.

Similarly, if I use AnalogClock as AppWidget in xml then, is there any method available to change the android:dial value using RemoteViews or AnalogClock api's in Provider.java ?

For Ex- I need to load two dial png's based on AM or PM.

View 4 Replies View Related

Android :: Do Network Operations In Appwidget?

Aug 22, 2010

I'm developing a Android AppWidget for my application. For updating my appwidget I need to download data from network. But when I try to do that in onUpdate method, my appWidget is killed by Android system. I learnt that time consuming operations can't be done in receivers so I launched a service from onUpdate method and launched a thread from that. But still the problem persists.
Can anyone please let me know how to do network operations in Appwidget?

View 1 Replies View Related

Android :: Way To Get User Input In An AppWidget

Apr 15, 2009

I've been looking at the new 1.5_pre SDK today, and the new AppWidget API in particular. I was hoping to write a widget for posting to Twitter as part of my nanoTweeter app. The interface I had in mind would look very similar to the Google Search widget, with an EditText and a submit Button, but as far as I can see there's no way to get at user input in a RemoteViews. Is that right, or am I overlooking something?

View 6 Replies View Related

Android :: Getting Preferences In AppWidget Provider

Apr 30, 2010

I seem to be having trouble reading preferences from my AppWidgetProvider class. My code works in an Activity, but it does not in an AppWidgetProvider. Here is the code I am using to read back a boolean:

SharedPreferences settings = getSharedPreferences(PREFS_NAME, 0);
boolean autoreplyon = settings.getBoolean("autoreplyon", false);

However, I get the "The method getSharedPreferences(String, int) is undefined for the type widget" error (widget is the name of my AppWidgetProvider class).

View 1 Replies View Related







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