UI elements to use on an Android Application screen.

learn more… | top users | synonyms

0
votes
0answers
11 views

Add Custom Widget to another widget xml

I am developing a weather app like S4 weather app. This app also has a digital clock with it. I want to make other widget for digital clock in the same project and then add that widget to main widget. ...
0
votes
0answers
12 views

In-App purchase for widget Android Billing Version 3

I am looking to restrict access to a new widget I have added to one of my Android apps, so that it is available as an In-App purchase. Is there a way to check to see if the widget as been purchased ...
0
votes
1answer
19 views

Setting transparency for widget background

I have a homescreen widget, with linear layout. I'm trying to set Alpha for the background during runtime using remote views, but the widget doesn't load. I'm using this: ...
0
votes
2answers
28 views

Android how to programatically create scrollview and add programatically created views into it

Alright I'm trying to build an activity that has a horizontal scrollview, that the user can swipe through, to view different "pages". My train of thought is these "pages" will be views. The ...
0
votes
1answer
15 views

Android PendingIntent to start Activity

I have managed to setup my widget so that when it is clicked it starts a config activity so a user can change previously set data. However when the widget is first added to the homescreen clicking on ...
0
votes
0answers
26 views

Updatable Widget for Android

What i have: I've created a Android application using PhoneGap. PhoneGap doesn't have API to work with WiFi, so i wrote myself a plugin, which initiates a scan for WiFi hotspots and, if it finds the ...
0
votes
1answer
17 views

ComponentName constructor undefined when using AsyncTask

I am creating a widget that does some network calls. I am using Async Task for it. But in my onUpdate(), the ComponentName object is not being created, giving following compiler error: 1)The ...
0
votes
1answer
16 views

Widget sending multiple types of intents

I am building a widget that has multiple buttons, each one sending off its own intent to a broadcast receiver. The broadcast receiver is suppose to display a Toast message based on which button was ...
0
votes
0answers
16 views

Clicking on a widget

HI i am having right trouble handling a click on a widget! I have got it so I can print a message to logcat when it is clicked on but I cant say change the text of a textview or show a button. My ...
0
votes
1answer
17 views

How To Set Min API To Certain Receiver/Activity

I've created a widget for my application and I am using TextClock to display the time. Problem is, it isn't supported by android API versions lower than Jellybean. My question is, how can I set a ...
0
votes
2answers
35 views

Android widget resizing

I am building a widget for my Android application that will have several buttons on it. Based on the size of the widget, I want the amount of buttons on the widget to grow and shrink. This is what it ...
0
votes
1answer
32 views

Confusion in using AlarmManager, intent while updating widget

I am new to Android development and Java and am trying to update my widget using AlarmManager but I am not able to fully understand why most of the tutorials do not update widgets in the following ...
0
votes
0answers
15 views

widget updating at specified time with Service and CountdownTimer

I need to update my widget at specified time everyday. Next updating must take place throgh 24 hours. I used updatePeriodMillis but it worked differently for different users. So I decided to ...
-1
votes
0answers
19 views

Android Auto complete whole form from from database [closed]

I want to create a form for my app that if user check the remeber me option then the data of form field will save in sqlite db and next time it will appear for auto complete, I want complete whole ...
0
votes
1answer
24 views

start activity from button in custom notification

I am trying to start an activity from a button in a custom view for a notification. I've searched for several hours and I do find some working answers just not in my particular case: I am starting the ...

1 2 3 4 5 306
15 30 50 per page