Android :: Method To Define Synchronization Period For Account?
Sep 24, 2010
What is the method to define a sync period for some account? ContentResolver allows to set automatic sync flag only. But what is period? Have I missed something? Or have I to schedule sync requests myself using the AlarmManager?
View 5 Replies
Jul 9, 2010
I will have a list view on the top and a button on the bottom in the view. Regardless the height of the list view i would like to fix the button position on the bottom all the time. If the list view is too long then make it scrollable.
View 5 Replies
View Related
Dec 12, 2009
With Android, you can define different resources for different phone attribute by naming res directories appropriately. I need to be able to support different layouts for 480x800 and 480x854. I figured I could have one set of resources stored in the layout-hdpi-v4 directory and another in layout-long-hdpi-v4. However, both resolution seem to think that they are long (at least based on the emulator, which I understand may not reflect devices accurately). Is there another way in which I can distinguish between the two resolutions/aspect ratios?
View 2 Replies
View Related
Mar 20, 2010
I'm starting to design my object graph for an OpenGL ES 1.1 app on Android. What's advisable when it comes to actually drawing my triangles and controlling their size? Should I store all the vertices in units relative to each other and then multiply them by a value I pass during a draw(GL10 gl)? Would this approach have any impact when it comes time to do frustum culling?
View 1 Replies
View Related
May 16, 2010
I'm porting android to Devkit8000 which is a BeagleBoard clone. I have a GPS module connected on /dev/ttyS0. I could successfully get NMEA output when writing "cat /dev/ttyS0" in the terminal emulator.
I want to know how to let android know that there is a GPS module on /dev/ttyS0 and it is outputting NMEA standard? To be able to use the android.location class with it! or test it with any GPS app in the store!
Is there something to edit in the android's source? adding driver for example, writing a code with android-ndk or what?
View 1 Replies
View Related
Sep 30, 2010
When my ListViewItem is highlighted, I want the text to turn white. How can I define this? code...
View 1 Replies
View Related
Jul 6, 2010
I need to start an Activity with two different Intent, can I define two Intents In an Activity node?
View 1 Replies
View Related
Sep 24, 2010
I am not using a SearchManager, but I have built my own custom search activity. I want this to be shown when the user clicks on the Search button. How can I do this?
View 3 Replies
View Related
May 11, 2010
you can see where he's defined a custom widget called ColorMixer.ColorMixer has an attribute named "initialColor" declared in attrs.xml.but getIdentifier never returns anything but zero.Is there something more I should be doing? I want to re-write this code to be completely independent of 'R'
View 1 Replies
View Related
Sep 25, 2010
Please define for me the jargon used to discuss Droid. Such as:
Wigit, root, kernel, app, application, program, icon, and others that may be used.
View 3 Replies
View Related
Jun 28, 2010
I would like to define each tab's content in a different XML file so the visual editor in Eclipse can be used. That is, without all of the tabs being laid over each other. The visual editor doesn't even seem to work with the XML example provided here: [link text][1]
[1]: http://developer.android.com/guide/tutorials/views/hello-tabwidget.html "Here", It just has a Null pointer exception.
I have tried to define each tap in it's own file, for example. code...
And when adding the tab I use:
mTabHost.addTab(mTabHost.newTabSpec("tab_in").setIndicator("Input").setContent(R.layout.input));
But this causes the application to crash on launch. Is there any way to do this?
View 4 Replies
View Related
Sep 7, 2010
I'm trying to override the onBackPressed() method of the ActivityGroup class:
public class MyClass extends ActivityGroup {
@Override
public void onBackPressed() {
// do something
return;
}
but I'm getting the error The method onBackPressed() of type MyClass must override a superclass method. I'm relatively new to Java, I've seen here that people do it and it works for them Why I'm getting this error? I'm writing an app for android 1.5, could the problem be here?
View 1 Replies
View Related
Nov 22, 2010
In Eclipse, when I mouse hover over a built-in method, it displays a method definition including stuff like what the method does, input objects, return objects etc. If I have a yellow line (warning) under the method I'm trying to use, I can't get the mouse-over to show the definition. If I try hitting F3, I get a "The Jar of this class file belongs to container "Android 1.6" How do I show the definition of the method I am using when there is a warning?
View 1 Replies
View Related
Jun 5, 2010
just got my desire this morning and i don't really know what i'm doing with it, i've never had a smart phone before. i've set up my hotmail account as the email account on the phone but, call me paranoid, i'd rather not have it on there at all. if i delete the account on the phone will it have any detremental effect on the actual email account?
View 4 Replies
View Related
Nov 24, 2010
I have a button on a relative layout that hugs the buttom of the parent, but since there is not much above the button, the height of it is massive and extends to the object above it.What kind of code can I use to make sure the button stays at a normal height while still hugging the bottom of the parent?
View 1 Replies
View Related
Nov 6, 2010
I'm making out a few menus for my Android App and throughout there is a standard textview that is repeated 5 times, only changing the android:text tag each time, everything else is the same.There are a good number of properties on this and it feels very inefficient to be copy/pasting all these for each of the textviews.Is there a way I define the common properties just once and add them to each TextView element?
View 1 Replies
View Related
May 12, 2010
I am trying to use annotation - method.getAnnotation( ) or method.isAnnotationPresent( ) and it is not working. I am using eclipse emulator for 2.1 OS version with JDK 1.6. Following is information about what I did..................
View 4 Replies
View Related
Aug 21, 2009
I define a class Rect and a aidl file as below. code...
View 2 Replies
View Related
Jul 6, 2010
I have some problems finding the documentation of the definitions of shapes in XML for Android. I would like to define a simple circle filled with a solid color in an XML File to include it into my layout files.
Sadly the Documentation on android.com does not cover the XML attributes of the Shape classes. I think I should use an ArcShape to draw a circle but there is no explanation on how to set the size, the color, or the angle needed to make a circle out of an Arc.
View 3 Replies
View Related
Jul 6, 2010
I'm porting android to an overo gumstix. thus it seems the the omapfb driver has some problems on that platform. it doesn't matter at all, because i want to use udlfb (a driver for usb displays) anyway.
till today, i wasn't able to figure out how i can define udlfb as default framebuffer.
tried make menuconfig and select udlfb there, but no changes when booting the fresh compiled kernel. omapfb still wants to come up.
so my final question: how do i define
the default framebuffer driver for an
android kernel?
View 1 Replies
View Related
Aug 8, 2010
Is it a good practice to define the alphabetic shortcuts (alphabeticShortcut) of the menu items?
I ask because I've never used them in any of the Android devices that I have owned, even those that have a physical keyboard. Is there any reason to define them? Maybe an accessibility use-case than I'm not seeing?
View 1 Replies
View Related
Apr 30, 2009
Is there a way define widget default values in the context of an application.
View 2 Replies
View Related
Apr 12, 2010
Have been following Android news for some time and finally I decide that this platform is the on to love.Now the hardest part is deciding. Right now I am torn between HTC Legend, the upcoming Galaxy S, or Xperia X10.What I need:
1. A device that can have synchronization with a PC and/or internet storage to store contacts
2. Multimedia player. Preferrable able to play MP4, MKV, or AVI files (with Divx and Xvic odecs). Can be native software or third parties.
3. 3.5mm audio out jacks
4. Shipped with handsfree accesories.
5. Can play good games.
6. Can read and edit office documents
7. Agenda software with alerts and such.
8. Loud speaker.
9. Camera must be there. I don't care how crappy, it's just need to be there.
10. Flash that can be used as torchlight. Not a must, but it's not to have (my Siemens S75 has one, and have been very very usable and durable!)
View 4 Replies
View Related
Jun 10, 2010
At work, I have direct access to the Exchange server which I can synchronize with my HTC Android 2.1 without problems. At home I only have access to the Outlook Web Access webmail (which I can't access at work). Can I disable Exchange synchronization when I'm not connected to a certain WLAN? Also, as a bonus, would it be able for the Android to synchronize with the Outlook Web Access (like Evolution does in Ubuntu)?
View 1 Replies
View Related
Apr 27, 2013
I use music application (PlayerPro) and a time (LafayChrono). Problem, the clock application serves medias volumes output, not the alarm volumes output. So, I can not set the volume independently of one another.
My question is, if it is possible to "root" the sound output of an app to another type of volume (LafayChrono to alarm volumes output) ?
View 3 Replies
View Related
Oct 16, 2010
I am very impressed with Swype and just amazed that it is able to correctly guess what I am trying to type most of the time. But I have a question. What is the correct way to add a period? It seems that when i first started using it, if I used a period it would automatically add a space and capitalize the next word. But it doesn't do that now. I get no space or capitalization and have to add the space manually.
View 1 Replies
View Related
Jun 10, 2009
I am planning to release a trial version of my app and am looking into best ways to implement the logic. My lite version of the app would have all the features but will be time restricted. I see a couple of issues:
- Currently there is no mechanism built into android that allows an app to be closed. I see that you can close the main acitivity, but the user can always press the back button and go back into the app.
- After trial period, the user can always un-install the app and re- install it. What do I do to prevent this from happening?
View 2 Replies
View Related
Jul 8, 2010
On my new Incredible, I will use files that I will need on both my phone and desktop PC. Some are Docs to Go files and one is a Keypass/KeypassDroid file. Is there a good reasonably simple app/software that will synchronize files so that the newer one is always on both phone and PC. Otherwise when I plug my Incredible to my PC I'll have to look and figure out if I last updated a file on my phone or PC and then copy it from one device to the other accordingly.
View 2 Replies
View Related
Aug 13, 2010
I still cannot believe there is no way to keep your bookmarks synchronized with your computer's chrome's ones. Is there any way to keep my dolphin HD bookmarks synchronized with the bookmarks I use in chrome? I always found it very helpful, since I use chrome (and chromium) in at least three different computers and I never have to worry about my bookmarks because when I change them in one of the browser's instance, the other ones just change, having all the same ones. How to do the same on an android system?
View 1 Replies
View Related
Nov 10, 2010
How to force data synchronization (calendar, contacts) from own program? The internet connectivity is not stable, so when a WiFi connection occurs, I want to force the sync. I've googled sth about synchronization manager, but there is not much info how to use it.
View 2 Replies
View Related