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

Search results

  1. S

    Apps Username/Password Website

    Hello again all. I am trying to connect my app to a webpage that is secure and requires a password and username in order to see the page. However, when the webpage loads in the emulator, it does not ask me for username or password but instead just gives me the error message that I have not...
  2. S

    Apps Duplicating a project

    Any idea how to duplicate an entire project in eclipse? I have made an app, and now I want to make the same exact app with a few minor changes. Thanks for any help.
  3. S

    Apps Menu problems/ Splash

    Clicking splash screen while its loading to menu causes the buttons on menu to be unresponsive. If let go, works just fine. Also the last button (all four buttons lead to webpages) cannot use the "back button" or else it cause the app to close, all other return you to menu. More info about...
  4. S

    Apps Click Splashscreen causing menu to not work

    Well with the help of people on this forum I recently completed an application and sent it to my boss to test on a phone. (I do not own an android phone :mad: ) Anyways when he launched the app it wouldn't work if he clicked the splash screen during its load, meaning the menu buttons would not...
  5. S

    Apps Button direct to webpage wont work.

    I have created an app who's menu has four buttons. Each link to a different webpage, however only the first button actually works. Any help or info is greatly appreciated. I have posted the java code and manifest below. If i need to post more please let me know. Menu JAVA package...
  6. S

    Apps onClick button that sends to webpage

    I am fairly new to Android Developing and have made it through making most of my first app and the last time I had a problem I came here and was pleased with the feedback and generosity of members to help so I figured I'd try again. The current problem I am having is trying to use the buttons...
  7. S

    Apps Best/easiest way to do RSS feeds?

    Am looking for the best solution to use buttons on my menu page to link to internet pages. FDIC: Bank Failures in Brief FDIC: Failed Bank List https://www2.fdic.gov/starsmail/index.asp They arent RSS feeds but they are update weekly or something like that except for the third one which is a...
  8. S

    Apps New to developing (internship) having some problems/ignorance related

    I have started an internship and picked up a few books that I have been following to try and put a simple application together for the business. Unfortunately, I am relatively new to java and completely new to application development so I am looking for any kind of help. The basic idea of the...