sukritishah15 /
DS-Algo-Point
This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
Loading repository data…
Petermolepo / repository
This repository contains the complete source code, documentation, and submission assets for the Open Source Coding (Intermediate) POE assessment. The project involves designing, developing, and documenting a fully functional Android application built with Kotlin, following a structured Research → Plan → Design → Build → Evaluate cycle.
SA Weather Companion is a comprehensive Android weather application developed as part of the OPSC6312 (Open Source Coding - Intermediate) Portfolio of Evidence. This app provides real-time weather information for South African cities with a focus on user experience and functionality.
Part 2/SAWeatherCompanion/SAWeatherComp/
├── app/
│ ├── src/
│ │ ├── main/
│ │ │ ├── java/com/example/capeweather/
│ │ │ │ ├── Activities/
│ │ │ │ ├── Fragments/
│ │ │ │ ├── Models/
│ │ │ │ └── Utils/
│ │ │ └── res/
│ │ ├── test/
│ │ └── androidTest/
│ └── build.gradle.kts
├── gradle/
└── build.gradle.kts
Clone the repository:
git clone https://github.com/Petermolepo/Open-Source-Coding-Intermediate-POE-Android-App.git
Open the project in Android Studio:
Part 2/SAWeatherCompanion/SAWeatherComp/Sync the project with Gradle files
Run the application on an emulator or physical device
The app uses weather APIs to fetch real-time data. Make sure to:
local.properties file:
WEATHER_API_KEY=your_api_key_here
The app includes Firebase integration for authentication:
google-services.json file to the app/ directoryThe project includes comprehensive testing:
src/test/src/androidTest/Run tests using:
./gradlew test
./gradlew connectedAndroidTest
Additional project documentation can be found in:
Part 1/: Planning and design documents📌 Planning and Design Document.docx: Comprehensive project planningVisual Comparison Table.docx: Feature comparison analysisThis project demonstrates:
Matale Molepo
This project is developed for educational purposes as part of the OPSC6312 course requirements.
This is an academic project. For educational collaboration or questions, please contact the author.
For technical issues or questions related to this project, please create an issue in this repository.
This project was developed as part of the OPSC6312 Portfolio of Evidence at [Your Institution].
Selected from shared topics, language and repository description—not editorial ratings.
sukritishah15 /
This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
DmitryTsyvtsyn /
This repository contains the most common algorithms and data structures written in the Kotlin language with simple and concise code.
janishar /
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
rizmaulana /
This repository contains simple COVID19 data monitoring with android stack MVVM, Live Data, Koin, RxJava, RxBinding, Offline first with simple caching, etc
c2mInc /
This repository contains a detailed sample app for displaying stories like Instagram.
JetBrains /
⚙️ Scan your Go, Java, Kotlin, PHP, Python, JavaScript, TypeScript, .NET projects at GitHub with Qodana. This repository contains Qodana for Azure, GitHub, CircleCI and Gradle