Posts by AndreCSimoes • 93 points
6 posts
-
3
votes2
answers240
viewsQ: How to isolate gravity in the accelerometer
I’m developing an app in which the user needs to shake their phone to all directions and the smartphone needs to maintain stable guidance in the meantime. The problem is that all ways to achieve…
-
0
votes1
answer76
viewsQ: Implementing Audiotrack Class in Static mode
I’m trying to do in app very simple so I learn to implement the Audiotrack class (android.media.AudioTrack). The app is just a screen with a button, which when pressed should play a file . wav of…
androidasked AndreCSimoes 93 -
2
votes1
answer771
viewsQ: How to run audio file using Audiotrack class?
I intend to make an app to play drums, but, as I’m starting now to develop for android, I’m having difficulty. I need to play an audio file with the class AudioTrack (because it has the lowest…
-
1
votes2
answers236
viewsA: Beginner Error with Onclicklistener
Solved As Piovezan said it was only to exchange activity_main for fragment_main in the method below: setContentView(R.layout.activity_main);
-
2
votes1
answer5616
viewsQ: Download USB to Motorola Drivers
I want to test my Android apps directly on my Moto G, but I’m not able to connect it to Eclipse, because USB driver is missing. And the download link on Android Developers…
-
1
votes2
answers236
viewsQ: Beginner Error with Onclicklistener
I’m starting now in development for android. I’m trying to implement an onclicklistener on a button and it doesn’t work at all, I’ve followed step by step the videos lessons here, youtube, and…