Skip to content

This is a client-side app based on the Gank website. Users can browse the website through this app.

Notifications You must be signed in to change notification settings

ElaineYao/Gank_api

Repository files navigation

Gank App


This is a client-side app based on the Gank website. Users can browse the website through this app.

It used SQlite3 to handle server-side database tasks, Retrofit to process the network requests (such as loading the website’s picture through API), and Material Design for UI.

For now, it realizes the function of Login&Signup and Classified Reading.

However, the speed of online pictures loading needs to be improved.

Dependencies

  • Retrofit + Okhttp (Network request)
  • Gson (Parse JSON data)
  • Realm (Database Operation)
  • Glide (Load pictures online)

File Structure

├─.idea
├─app
│  └─src
│      ├─androidTest
│      ├─main
│      │  ├─java
│      │  │  └─com
│      │  │      └─elainedv
│      │  │          ├─Classification
│      │  │          ├─Gank
│      │  │          ├─Register
│      │  │          └─Utils
│      │  └─res
│      └─test
└─gradle
    └─wrapper

User Interface

Register

image

About

This is a client-side app based on the Gank website. Users can browse the website through this app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages