Posts by Adonis • 3 points
5 posts
-
-1
votes1
answer37
viewsQ: How to import java class from another app’s src folder?
For example, I have several apps. They all have in the src folder the same java class (example: Calculator.java which is the same for everyone). Only when I modify this class, I have to copy it to…
-
2
votes1
answer48
views -
0
votes1
answer106
viewsQ: Sqlite3 How to delete last records using ORDER BY
I’ve researched a lot in the inter but found no solution... For example, I have an aptitude test. Hence I create a table: "Bdteste.db", with a bank: "candidates", with the fields: _id, name and…
-
1
votes1
answer61
viewsQ: How to eliminate the pause between animations of an Animationset?
I have the following routine: private void move(float graus1, float graus2, float xx1, float xx2, float yy1, float yy2) { animSet = new AnimationSet(false); rotate = new…
-
2
votes1
answer293
viewsQ: How to create image animation by rotating, with decreasing speed, until it stops
I have this animation below in which an Imagemview rotates on its axis for 4 seconds. It rotates even with the same speed the 4 seconds. <?xml version="1.0" encoding="utf-8"?> <set…