Skip to content

Tech Press is a dedicated native Android application built to provide university faculty members with a centralized and efficient news platform.

Notifications You must be signed in to change notification settings

Raisback/tech_press_fot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Press

News platform for University students and staffs

Technologies Used

Java : code programming language
Firebase Authentication: For secure user sign-up, login, and managing user sessions.
Firebase Firestore: NoSQL cloud database used to store and retrieve news articles dynamically.
    Collection Name: `news_items`
    Document Fields:
        * `title` (String): Title of the news article.
        * `body` (String): Main content of the news article.
        * `date` (String): Publication date(e.g., "YYYY-MM-DD").
        * `type` (String): Category  (e.g., "Sports", "Academic", "Faculty Events").
        * `imageUrl` (String): URL of the image.

Glide (com.github.bumptech.glide)**: For efficient and fast image loading from URLs into `ImageViews`.
Material Design Components**: For building a modern and user-friendly interface (e.g., `TextInputLayout`, `MaterialButton`, `BottomNavigationView`, `DialogFragment`).

About

Tech Press is a dedicated native Android application built to provide university faculty members with a centralized and efficient news platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages