• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by gstein1231

  1. G

    Apps sqlite db question

    Here is what I am trying to do and would like some advice on the best methods to do it: - have a database that contains a word, and the name of an image file associated with that word. - the words from the database will be displayed in a listview - when the word is selected, a new activity...
  2. G

    Economic Watchdog

    Just released a new app called Economic Watchdog in the finance section. It has graphs, tables, and descriptions of the following economic indicators: Unemployment GDP (Real, Nominal) Home Sales Manufacturing Data Net Exports of Goods Net Exports of Services The data will be updated monthly...
  3. G

    Apps Easiest way to Handle Screen Rotation?

    Can anyone give me the easiest way to save the screen configuration when the phone is rotated? In my app I have an alert that pops up when you first enter the activity, but I dont want it to pop up every time the phone is rotated. It also resets the webview to the original oncreate webview...
  4. G

    Apps Webview Size

    In the portrait layout of my app, I have a webview with a spinner and a textview below it. I am trying to make a landscape version where the spinner and textview are to the right of the webview, however I can't get the webview to display partially on the screen. Any ideas on how to make the...
  5. G

    Apps Facebook Note Upload

    How would you go about implementing code to say upload a note to facebook? For example the app pulls a bunch of information form textfields, then when the user hits done it would pull the entered text and share it on facebook. Can anyone point me in the right direction?
  6. G

    Apps Check for empty Edittext

    What is the best way to see if an edittext field is empty before moving on to another section of code. i have a field that requires a number, so I am trying this but having no luck: double Aoneone = new Double (input11A.getText().toString()); if ((Double.toString(Aoneone).equals(" ")))...
  7. G

    Apps Subscripts in textview

    Can anyone provide some information on how to create subscripted text in a textview in my xml layout? For example if I wanted to display out H2O and subscript the 2.
  8. G

    Howdy

    I'm new to android development. Currently working on my first app with a buddy. Hopefully I'll be able to get some help and provide some as well.