Context-detection API for Android developed as a university project
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

R.java 483B

12345678910111213141516171819
  1. /* AUTO-GENERATED FILE. DO NOT MODIFY.
  2. *
  3. * This class was automatically generated by the
  4. * aapt tool from the resource data it found. It
  5. * should not be modified by hand.
  6. */
  7. package uk.co.md87.android.contexthome;
  8. public final class R {
  9. public static final class attr {
  10. }
  11. public static final class layout {
  12. public static final int main=0x7f020000;
  13. }
  14. public static final class string {
  15. public static final int app_name=0x7f030000;
  16. }
  17. }