Questions tagged [aide-ide]

Aide is an IDE that runs on the android operating system, letting you write, compile, and then test your project all on your device and reducing the need to use eclipse. Page on the app store can be found here - https://play.google.com/store/apps/details?id=com.aide.ui&hl=en

98 questions
0
votes
1 answer

Very basic Spinner issue with Android AIDE

Hi I'm completely new to android programming and use AIDE via tablet. I'm trying to create a very basic program with a Spinner box that gives output on the selection Ive made via an TextView or System.Out.printIn. (Perhaps the next step up from…
-1
votes
1 answer

Add button and functionality yo appWidget

Ok y'all, I'm trying to learn here. I just learned how to create a basic appWidget and it works so far. Now try as I might, I do not understand how to add an image button to my appWidget. I mean it's been physically added to the xml file named…
-1
votes
3 answers

AIDE application keeps crashing at start up. Anything wrong with code

I will post code here. I have developed a simple app using AIDE on my phone as opposed to Android Studio on PC. It is part of an Udemy course. It keeps crashing when I click to run on AIDE. When I click to run a pop up appears saying "This app may…
-1
votes
2 answers

How to import files from computer?

I have been making a simple program on my computer using Dr. Java, and I would like to know how to move it to my android on AIDE. I can easily get the files onto the android, I just can't figure out how to make AIDE compile and run them. Thanks!
user1930931
  • 293
  • 1
  • 2
  • 10
-1
votes
2 answers

How do I determine the cause of Android app crash?

I'm using AIDE to develop an Android app on my Nexus 7. The logcat viewer doesn't work well because of changes to security in Jellybean (apps can no longer read each others log files). My tablet is NOT rooted. I started with a basic hello world,…
CaffGeek
  • 21,856
  • 17
  • 100
  • 184
-2
votes
2 answers

Error who using SQL database

I am working on a simple note taking app using SQL database. I have coded the app half way through and when I want to test it by running the app it crashes saying unfortunately app has stopped. Don't know what the problem is? Need help main…
user5524159
  • 553
  • 5
  • 16
-2
votes
4 answers

Unexpected end of declaration - in android AIDE

I keep getting "Unexpected end of declaration" at the closing brace of the empty constructor. Would someone mind pointing me in the direction of what I'm not understanding? The class is as follows: package info.welltrak.multi.vos; import…
-4
votes
3 answers

How do I save a float to a file using android java?

I have a simple game in which I would need to store a highscore (float) to a file and then read it next time the user goes on the app. I want it to be saved on the device, however, I have found no way to do that. How can I persist data on the device…
1 2 3 4 5 6
7