https://github.com/robotane/campusconnect
A university searching application which gives some information about Burkina Faso universities.
https://github.com/robotane/campusconnect
databinding-android kotlin-android recyclerview-adapter room-database sqlite-database university-project viemodel viewbinding-android
Last synced: 8 months ago
JSON representation
A university searching application which gives some information about Burkina Faso universities.
- Host: GitHub
- URL: https://github.com/robotane/campusconnect
- Owner: robotane
- Created: 2022-01-20T12:01:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T22:43:43.000Z (over 2 years ago)
- Last Synced: 2025-05-08T23:57:27.395Z (11 months ago)
- Topics: databinding-android, kotlin-android, recyclerview-adapter, room-database, sqlite-database, university-project, viemodel, viewbinding-android
- Language: Kotlin
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CampusConnect
This is a university seeking application I made to improve my android programming skills.
It uses:
* Android Room to manage a local SQLite database
* RecyclerView to show results
* Fragments to be more responsive (it has a tablet mode)
* Custom adapters
* DataBinding to simplify things!
* And more
I learned a lot on this project, and it's not perfect, but as I used to say, it seems to work!