This project involves several key functions. The PushMessage Service is designed to establish a connection with the Server using WebSocket to facilitate the sending and receiving of messages. Upon receiving a message, the service verifies its validity. If valid, it triggers the Android Notification System API to alert the user and logs the user's activities along with the message back to the server. Cached notification data is stored using a Room database. The Media Application functionality encompasses video playback from the server, utilizing ExoPlayer for a customized VideoView. Users have the ability to view tracks by list, category, or artist, and control playback with Play, Pause, Next, and Previous options, as well as switch video quality settings between HD, FHD, and SD. Additionally, the Membership feature displays a list of membership options, allowing users to process payments for upgrading to or registering as a VIP member via a third-party payment gateway.
Create a project base using Kotlin, Android SDK, and Clean Architecture.
Develop a WebAPI module for communication with a GoLang server utilizing protocol buffers.
Implement a WebSocket module for client-server communication to connect, join, send, and receive data messages with the GoLang server.
Customize various UI components, including VideoView, ProgressBarView, SeekBarView, and SearchBarView.
Analyze customer requirements.
Define the Software Requirement Specification (SRS) document.
Design High-Level and Low-Level Architecture.
Manage a Scrum team of 4 members to implement Android applications and Android Service Frameworks.
Write and execute unit test cases using JUnit, Mockito, and Android Instrumentation Tests.
Analyze and resolve software bugs using tools like ADB, Hierarchy Viewer, Profiler, and Systrace.
Conduct code reviews.
Technologies: Android/Kotlin, Java, IOS/Swift, GoLang, Android SDK, IOS SDK, Go SDK, WebSocket, Room database, ExoPlayer, 3rd payment gateway