Skip to content

LS-Manila/AndroidExercises

Repository files navigation

AndroidExercises

A collection of basic Android exercises

  1. Hello World App Demo (https://github.com/DeLaSalleUniversity-Manila/androidhelloworldapp-melvincabatuan)
  2. Prime Number Game (https://github.com/DeLaSalleUniversity-Manila/primenumbergame-melvincabatuan)
  3. Activity Lifecycle Introduction (https://github.com/DeLaSalleUniversity-Manila/activitylifecycleintroduction-melvincabatuan)
  4. Display Webpage (https://github.com/DeLaSalleUniversity-Manila/displaywebpagedemo-melvincabatuan)
  5. Linking Android Activities (https://github.com/DeLaSalleUniversity-Manila/secondactivityassignment-melvincabatuan)
  6. WeekDay App using Date Picker Fragment (https://github.com/DeLaSalleUniversity-Manila/weekdayimproved-melvincabatuan)
  7. Stopwatch App (https://github.com/DeLaSalleUniversity-Manila/stopwatchapp-melvincabatuan)
  8. Email App - Grid Layout (https://github.com/DeLaSalleUniversity-Manila/emailappgridlayout-melvincabatuan)
  9. Text-to-Speech App (https://github.com/DeLaSalleUniversity-Manila/text2speechdemo-melvincabatuan)
  10. MyMusic App - Service (https://github.com/DeLaSalleUniversity-Manila/mymusicapp-melvincabatuan)
  11. Splash Activity (https://github.com/DeLaSalleUniversity-Manila/splashactivitydemo-melvincabatuan)
  12. Menu Activity (https://github.com/DeLaSalleUniversity-Manila/menuactivitydemo-melvincabatuan)
  13. Help Activity (https://github.com/DeLaSalleUniversity-Manila/helpactivitydemo-melvincabatuan)
  14. Green Target (https://github.com/DeLaSalleUniversity-Manila/greentarget-melvincabatuan)
  15. Take a Picture (https://github.com/DeLaSalleUniversity-Manila/takeapicture-melvincabatuan)
  16. Buttons Demo (https://github.com/DeLaSalleUniversity-Manila/buttonsdemo-melvincabatuan)
  17. Star Rating (https://github.com/DeLaSalleUniversity-Manila/starratingdemo-melvincabatuan)
  18. Google Map Marker for DLSU (https://github.com/DeLaSalleUniversity-Manila/googlemapsdemo-melvincabatuan)
  19. Screen Slides (https://github.com/DeLaSalleUniversity-Manila/screenslidesdemo-melvincabatuan)
  20. ViewPager with Text-to-Speech Demo (https://github.com/DeLaSalleUniversity-Manila/viewpagerwithtexttospeech-melvincabatuan)
  21. Play Video (https://github.com/DeLaSalleUniversity-Manila/playvideo-melvincabatuan)
  22. SQLiteDatabase (https://classroom.github.com/assignment-invitations/6325632ed2323494d1b359be5399558f)
  23. Mini-database with Text file (https://classroom.github.com/assignment-invitations/6984288563af23b78a4d9f6d35be95d1)
  24. Settings Activity (https://github.com/DeLaSalleUniversity-Manila/settingsactivity-melvincabatuan)
  25. WorkoutFragmentDemo (https://github.com/DeLaSalleUniversity-Manila/workoutfragmentdemo-melvincabatuan)
  26. Grocery App (https://classroom.github.com/assignment-invitations/dd320497ba09faadd245acf6614f03af)
  27. Breast Cancer Awareness App (https://classroom.github.com/assignment-invitations/6b5bd9a716af916bf660f5b95318f678)(SampleSolution: https://github.com/melvincabatuan/DibDibAdvocacy)(GooglePlay: https://play.google.com/store/apps/details?id=com.cabatuan.breastfriend)
  28. OpenCV 3.0 Camera Preview Example (https://github.com/DeLaSalleUniversity-Manila/opencvcamerapreviewsample-melvincabatuan)
  29. OpenCV 3.0 15-Tile Camera Puzzle (https://github.com/DeLaSalleUniversity-Manila/opencvtilepuzzledemo-melvincabatuan)
  30. Image Local Binary Pattern (https://github.com/DeLaSalleUniversity-Manila/imagelocalbinarypattern-melvincabatuan)
  31. OpenCV 3.0 Mixed-Signal Processing (https://github.com/DeLaSalleUniversity-Manila/opencvmixedsignalprocessing-melvincabatuan)
  32. OpenCV 3.0 Face Detection Sample (https://github.com/DeLaSalleUniversity-Manila/opencvfacedetection-melvincabatuan)
  33. OpenCV 3.0 Image Manipulations (https://github.com/DeLaSalleUniversity-Manila/opencvimagemanipulations-melvincabatuan)
  34. Get Current Location and Place a Marker (https://github.com/DeLaSalleUniversity-Manila/getcurrentlocation-melvincabatuan)
  35. Get Neighboring Hospitals (https://github.com/DeLaSalleUniversity-Manila/getneighboringhospitals-melvincabatuan)
  36. OpenCV 3.0 Color Blob Detection Sample (https://github.com/DeLaSalleUniversity-Manila/colorblobdetection-melvincabatuan)
  37. Android Native Camera Access with Native OpenCV Processing through JNI (https://github.com/DeLaSalleUniversity-Manila/androidnativecameraaccess-melvincabatuan)
  38. Android Camera Bitmap Access through JNI (https://github.com/DeLaSalleUniversity-Manila/androidcamerabitmapaccess-melvincabatuan)
  39. Cat Face Detection (https://github.com/DeLaSalleUniversity-Manila/catfacedetection-melvincabatuan)
  40. QR and Bar Code Reader (https://github.com/DeLaSalleUniversity-Manila/barcodereader-melvincabatuan)
  41. OpenCV 3.0 Camera Control (https://github.com/DeLaSalleUniversity-Manila/opencv3-cameracontrol-melvincabatuan)
  42. OpenCV 3.0 Image Manipulations with Action Bar (using AppCompatActivity) (https://github.com/DeLaSalleUniversity-Manila/addingactionbar-melvincabatuan)
  43. FAST Keypoints (https://github.com/DeLaSalleUniversity-Manila/fastkeypoints-melvincabatuan)
  44. AKAZE Keypoints (https://github.com/DeLaSalleUniversity-Manila/akazefeatures-melvincabatuan)
  45. Colored Gray (https://github.com/DeLaSalleUniversity-Manila/coloredgray-melvincabatuan)
  46. Twin Camera Effect (https://github.com/DeLaSalleUniversity-Manila/twincameraeffect-melvincabatuan)
  47. Range Seekbar Demo (https://github.com/DeLaSalleUniversity-Manila/rangebardemo-melvincabatuan)
  48. Frame Difference (Motion Detect) (https://github.com/DeLaSalleUniversity-Manila/framedifferencesample-melvincabatuan)
  49. Pedestrian Detection (https://github.com/DeLaSalleUniversity-Manila/pedestriandetection-melvincabatuan)
  50. Voronoi Effects (https://github.com/DeLaSalleUniversity-Manila/voronoi-effects-melvincabatuan)
  51. FANN Library in Android (https://github.com/DeLaSalleUniversity-Manila/fastartificialneuralnetworkinandroid-melvincabatuan)
  52. Hello JNI Sample (https://github.com/DeLaSalleUniversity-Manila/hellojavanativeinterface-melvincabatuan)
  53. Sensor (Accelerometer) graph with OpenGL (https://github.com/DeLaSalleUniversity-Manila/accelerometerwithopengl-melvincabatuan)
  54. Hello GL2 (https://github.com/DeLaSalleUniversity-Manila/hellogl2-melvincabatuan)
  55. Bitmap Plasma (https://github.com/DeLaSalleUniversity-Manila/bitmap-plasma-melvincabatuan)
  56. Teapot Render (https://github.com/DeLaSalleUniversity-Manila/teapotrender-melvincabatuan)
  57. Face Detection in OpenCV with Gradle Experimental Plugin (https://github.com/DeLaSalleUniversity-Manila/facedetectionopencvwithgradleexperimentalplugin-melvincabatuan)
  58. Canny Edge OpenCV with Android Experimental Gradle Plugin (https://github.com/DeLaSalleUniversity-Manila/cannyedgeopencvwithandroidexperimentalgradle-melvincabatuan)
  59. Color Reduction (https://github.com/DeLaSalleUniversity-Manila/colorreduction-melvincabatuan)
  60. ORB Features OpenCV with Android Experimental Gradle Plugin (https://github.com/DeLaSalleUniversity-Manila/orbfeaturesopencvwithexperimentalgradleplugin-melvincabatuan)
  61. BRISK Features OpenCV with Android Experimental Gradle Plugin (https://github.com/DeLaSalleUniversity-Manila/briskfeaturesopencvwithexperimentalgradleplugin-melvincabatuan)
  62. AKAZE Features OpenCV with Android Experimental Gradle Plugin (https://github.com/DeLaSalleUniversity-Manila/akazefeaturesopencvwithexperimentalgradleplugin-melvincabatuan)
  63. OpenCV 3.0 Android Camera Calibration (https://github.com/DeLaSalleUniversity-Manila/opencvcameracalibrationsample-melvincabatuan)
  64. Filter2D (https://github.com/DeLaSalleUniversity-Manila/filter2d-melvincabatuan)
  65. ContoursDemo (https://github.com/DeLaSalleUniversity-Manila/contoursdemo-melvincabatuan)
  66. Circle Detection (https://github.com/DeLaSalleUniversity-Manila/detectcircles-melvincabatuan)
  67. Playing with Transparency (https://github.com/DeLaSalleUniversity-Manila/playingwithtransparency-melvincabatuan)
  68. Optical Flow (https://github.com/DeLaSalleUniversity-Manila/opticalflow-melvincabatuan)
  69. ORB Flow (https://github.com/DeLaSalleUniversity-Manila/orbflow-melvincabatuan)
  70. FAST Flow (https://github.com/DeLaSalleUniversity-Manila/fastflow-melvincabatuan)
  71. AKAZE Flow (https://github.com/DeLaSalleUniversity-Manila/akazeflow-melvincabatuan)
  72. Otsu Thresholding (https://github.com/DeLaSalleUniversity-Manila/otsuthresholding-melvincabatuan)
  73. Skin Detector (https://github.com/DeLaSalleUniversity-Manila/SkinDetector)
  74. Image Denoising (https://github.com/DeLaSalleUniversity-Manila/Denoising)
  75. LBPYUV (https://github.com/DeLaSalleUniversity-Manila/LBPYUV)
  76. Basic Thresholding (https://github.com/DeLaSalleUniversity-Manila/Thresholding)
  77. Scharr Gradient (https://github.com/DeLaSalleUniversity-Manila/Scharr)
  78. YUV Extraction (https://github.com/DeLaSalleUniversity-Manila/YUV_Fast)
  79. Native Bitmap Access (https://github.com/DeLaSalleUniversity-Manila/NativeBitmap)
  80. Image Histogram (https://github.com/DeLaSalleUniversity-Manila/Histogram)
  81. Adaptive Thresholding (https://github.com/DeLaSalleUniversity-Manila/adaptivethreshold-melvincabatuan)
  82. DISMATH Refresher App (https://github.com/DeLaSalleUniversity-Manila/Dismathoid2014_old )(https://play.google.com/store/apps/details?id=com.cabatuan.dismathoid2014)
  83. Full Body Detection (https://github.com/DeLaSalleUniversity-Manila/FullBodyDetection)
  84. Histogram of Gradients (HOG) Features (https://github.com/DeLaSalleUniversity-Manila/HOGFeatures)
  85. Consensus-based Matching and Tracking in Android (CMT Tracker) (https://github.com/DeLaSalleUniversity-Manila/consensusbasedmatchingandtracking_cmt_tracker-melvincabatuan)
  86. Tesseract OCR Demo (https://classroom.github.com/assignment-invitations/6e84fd61da0753e0a31559f3e943f0b5 )(c/o E. Lu and G. Limqueco)
  87. CMT Tracker with AKAZE Features (https://github.com/DeLaSalleUniversity-Manila/cmt-akaze-melvincabatuan)
  88. CMT Tracker with ORB Features (https://github.com/DeLaSalleUniversity-Manila/cmt-orb-melvincabatuan)
  89. San Angeles (https://github.com/DeLaSalleUniversity-Manila/sanangeles-melvincabatuan)
  90. OpenGL ES 3.0 Demo (https://github.com/DeLaSalleUniversity-Manila/opengles3-melvincabatuan)
  91. 2048 Game (https://github.com/DeLaSalleUniversity-Manila/2048-melvincabatuan)
  92. Green Wall Game (https://github.com/DeLaSalleUniversity-Manila/greenwall-melvincabatuan)
  93. Octodroid (https://github.com/DeLaSalleUniversity-Manila/gh4a)
  94. Flappy Bird (Clone) (https://github.com/DeLaSalleUniversity-Manila/FlappyDemo)
  95. 9GAG (Unofficial App) (https://github.com/DeLaSalleUniversity-Manila/9GAG)
  96. MP Android Chart Demo (https://github.com/DeLaSalleUniversity-Manila/MPAndroidChart)
  97. Puzzle Collection (https://github.com/DeLaSalleUniversity-Manila/sgtpuzzles)
  98. Super Jumper (https://github.com/DeLaSalleUniversity-Manila/libgdx-demo-superjumper)
  99. Super Mario (Android Clone) (https://github.com/DeLaSalleUniversity-Manila/mario-game)
  100. Google's Santa Tracker (https://github.com/DeLaSalleUniversity-Manila/santa-tracker-android)
  101. Forkhub (https://github.com/DeLaSalleUniversity-Manila/ForkHub)

Final Project (Deadline: December 8, 2015)

To submit:

https://classroom.github.com/assignment-invitations/f426a28aa037c0e16773e2a3c44f0bce

Note: Also publish in Googleplay

Submission Procedure with Git:

$ cd /path/to/your/files/
$ git init
$ git add –all
$ git commit -m "your message, e.x. Assignment 1 submission"
$ git remote add origin <Assignment link copied from assignment github, e.x. https://github.com/DeLaSalleUniversity-Manila/secondactivityassignment-melvincabatuan.git>
$ git push -u origin master
<then Enter Username and Password>

Assignments:

https://classroom.github.com/classrooms/14812437-androiddevelopmentclass

Create a "MyAndroidPortfolio" repo to contain the list (with links) of your completed assignments (Deadline: December 8, 2015)

Extras

Hello World Screenshots

screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot

"If I have seen farther than others, it is because I have stood on the shoulders of giants." --Isaac Newton

About

A collection of basic Android exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages