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

Search results

  1. armai123mai

    Apps Android Support Reposity includeable in Eclipse Neon?

    Hi, for certain compatibility reasons, I have to use Eclipse Neon for Android Development to develop an android app. Therefore I also have to use the newest Android SDK so I can implement some newest features. Now, I am facing the problem that I cannot compile any Android app with Eclipse...
  2. armai123mai

    Apps Comprehension Question: Thread processing orders, BufferedInputStream

    When I have a method which creates a thread like this: public void SendFileThread(final int threadID, final String path){ AsynchUtil.runAsynchronously(new Runnable() {@Override public void run() { final File file = new File(path); byte[] bytes = new byte[(int)...
  3. armai123mai

    Apps Simple app not working... why??

    Dear friends, i just started to develop android apps for my smartphone. like a few days ago. I have c and c++ experiences in programming, but I am kinda new to java/android. So I would appreciate some support a lot. One of my first apps is not working and I can't understand why. Here is the...