nextbusdroid NextBusDroid
Application pour Android qui permet de connaître le temps d'attente avant le prochain bus

 

Browse the code

Differences between 4 and 5 on /.
Number of edited files: 2 (0 added, 0 deleted and 2 modified)
Author: MassYas
Log message:
Date: 2010-04-05 13:10:26

Added file(s) Deleted file(s) Modified file(s)

 

Old New Code
13 13
        </activity>
14 14

                                        
15 15
    </application>
  16
	<uses-permission android:name="android.permission.INTERNET" />
16 17
    <uses-sdk android:minSdkVersion="4" />
17 18

                                        
18 19
</manifest> 
19 20

                                        

 

Old New Code
2 2
<resources>
3 3
    <string name="hello">Hello World, NextBusDroid!</string>
4 4
    <string name="app_name">NextBusDroid</string>
  5
	<string name="template_user_agent">"%s/%s (Linux; Android)"</string>
5 6
</resources>
6 7