There are all my Android projects during my precious memorable undergraduate life.
Project: Campus Mini BBS
¬ Designed front end UI to display all the posts and all the comments corresponding to a specific post.
¬ Applied multithreading mechanism to update UI asynchronously.
¬ Applied Tomcat and servlet to design and implement the server in order to connect users and database.
¬ Worked based on Android/ Java/ MySQL.
Project: Diary
¬ Applied Butter Knife framework to bind view and transactions. Simplified code and improved development efficiency.
¬ Improved list display efficiency through ViewHolder component.
¬ Invoked camera and realized painting function to enrich users’ note.
¬ Worked based on Android/ SQLite.
Project: Mark
¬ Implemented the function that reading in a roster as a Microsoft Excel file, adding some new information and then exporting it in the same form.
¬ Applied SharedPreferences to store input data so that users’ progress can be recorded.
¬ Stored data into and read them from SQLite.
¬ Achieved basic UI design like fading in-out and loading animation when launched.
¬ Designed interfaces to connect to external database implemented by MySQL.
¬ Worked based on Android/ Java/ SQLite/ MySQL.