All Projects β†’ open-learning-exchange β†’ myplanet

open-learning-exchange / myplanet

Licence: other
πŸŒ• myPlanet android app reads data from 🌎 for offline use as well as it collect usage data and sends them back to the Planet.

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to myplanet

Angular-Cordova-Google-PlayStore-Publish
How to publish Angular app to Google Play Store using Cordova
Stars: ✭ 25 (+47.06%)
Mutual labels:  apk, android-studio
Injuredandroid
A vulnerable Android application that shows simple examples of vulnerabilities in a ctf style.
Stars: ✭ 317 (+1764.71%)
Mutual labels:  apk, android-studio
Habitica Android
Native Android app for Habitica
Stars: ✭ 847 (+4882.35%)
Mutual labels:  realm, android-studio
Android Yolo
Real-time object detection on Android using the YOLO network with TensorFlow
Stars: ✭ 604 (+3452.94%)
Mutual labels:  apk, android-studio
Realm Dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
Stars: ✭ 927 (+5352.94%)
Mutual labels:  sync, realm
Realm Draw
The official Realm Draw app used in promotional videos
Stars: ✭ 150 (+782.35%)
Mutual labels:  sync, realm
Little-Ruler
A game engine that can be built for Android and Windows.
Stars: ✭ 16 (-5.88%)
Mutual labels:  apk, android-studio
Apk Dependency Graph Plugin
Displays dependencies between classes as fancy graph.
Stars: ✭ 36 (+111.76%)
Mutual labels:  apk, android-studio
Fastdex
πŸš€ 加快 apk ηš„ηΌ–θ―‘ι€ŸεΊ¦ πŸš€
Stars: ✭ 1,457 (+8470.59%)
Mutual labels:  apk, android-studio
Realm Sync Samples
Code samples showing how to work with Realm Sync
Stars: ✭ 58 (+241.18%)
Mutual labels:  sync, realm
Realmcontent
Light Realm-powered content management system
Stars: ✭ 237 (+1294.12%)
Mutual labels:  sync, realm
realms-ios
Safe method for Realm
Stars: ✭ 22 (+29.41%)
Mutual labels:  realm
AndroidFuzz
JavaFuzz 4 Android
Stars: ✭ 27 (+58.82%)
Mutual labels:  apk
BugKotlinDocument
Plugin for IntelliJ IDEA β”—πŸ˜ƒβ”› Android Studio β”—πŸ˜ƒβ”› CLion β”—πŸ˜ƒβ”› AppCode.
Stars: ✭ 29 (+70.59%)
Mutual labels:  android-studio
VideoPreLoading
Demo for video PreLoading/ PreCaching using ExoPlayer 2.13.3 in Android.
Stars: ✭ 61 (+258.82%)
Mutual labels:  android-studio
android-kotlin-sample-note
Android Kotlin Sample Note - Dagger2, Realm CRUD, RxJava2
Stars: ✭ 29 (+70.59%)
Mutual labels:  realm
APK-Installer
An Android Application Installer for Windows
Stars: ✭ 1,076 (+6229.41%)
Mutual labels:  apk
go-pool
A better Generic Pool (sync.Pool)
Stars: ✭ 42 (+147.06%)
Mutual labels:  sync
offPIM
Decentralized, Offline-first, Personal Information Manager (PIM) using PouchDB/CouchDB. Includes task-, note-, and contact-management, as well as journaling.
Stars: ✭ 63 (+270.59%)
Mutual labels:  sync
Swift-Viper-Weather-App
iOS app with Clean Architecture
Stars: ✭ 20 (+17.65%)
Mutual labels:  realm

myPlanet

myPlanet is the Android port of the Planet web application. It will work with Planet community / nation.

App Screenshots:

Screenshot 2019-09-06 at 8 47 46 AM Screenshot 2019-09-06 at 8 48 11 AM Screenshot 2019-09-06 at 9 02 11 AM Screenshot 2019-09-06 at 9 53 43 AM

Getting started for Users

On your Android device, go to Releases and download the latest version of the APK of the Application. Click on the downloaded APK and choose install.

Getting started for Interns

Virtual Interns who will be working on the project should start out by setting up the repository on their own device in Android Studio. The steps are very similar to the process followed for cloning the open-learning-exchange repository. The only difference is that you do not need to fork the myPlanet repository as you are now a part of the team.

Open the myPlanet repository on Android Studio. Click on Build to sync and build the project. If you face any issues in syncing or compiling the project, use the mobile gitter channel or the Mobile Hacking Hangout to discuss and solve your difficulties with the team.

We also encourage you add the solutions to any syncing or compiling issues to this README document in the Troubleshooting section as a guidance to the future virtual interns.

Setting up the Android device for Development and Testing

As the myPlanet App will mostly be used on 10-inch OLE Tablets, the best way to run and test the application will be on the 10-inch tablet emulator (unless you have an actual 10-inch tablet):

  1. If you have completed the First Steps, then you have already enabled virtualization on your device.
  2. After opening the myPlanet project in Android Studio, sync it by going to file/sync project with gradle files.

Screen Shot 2019-04-11 at 11 04 15 PM

  1. Once syncing is over, click on Run.
  2. At the bottom of the dialog, click on Add New Virtual Device.
  3. Choose Tablet and then choose the 10.1" WXGA Tablet (1280 x 800 mdpi).
  4. Choose API level according to the latest release (25 or greater) and continue.
  5. Verify the configuration and click finish.

Your device should configure and the application will run on the virtual device.

Logging in to myPlanet

Now the app needs to sync with the server to be able to log in. Click on the settings icon on the top right and fill in the following.

  1. Planet Server Address: If you are on an emulator and running planet on your machine your planet server address will most probably be 10.0.2.2:3100. If your instance of planet is running on a raspberry pi your server address would be raspberry-pi-ip-address:3100. The planet instance might not always run on port 3100, so double check the ip address and port your instance of planet is running on.

  2. Server Pin: Login to Planet with the admin account(the one that was created in the first steps), go to manager settings on the top right and find table pin/server pin there.

Screen Shot 2020-08-23 at 4 47 21 PM

Enter the details and press sync.

Screenshot_1597629265

Finally you need to create a new account for development and testing either on the myPlanet app or on Planet after connecting to the server since at this moment admin login is not supported.

Tools

Along with the 10-inch tablet, you can also use an actual device to run and test the application - it is always good to know how the App functions on different screen-sizes and densities.

Vysor is software that helps display your Android screen into your computer. It helps you explain the issue more in detail. Plus, everybody in the team can see what is happening on your screen, therefore we can help each other in debugging.

Creating Issues and Pull Requests

The process for creating issues and pull requests is very similar to First Steps. Remember to branch off of the master branch before working on and creating a new pull request.

How to start contributing

If you catch a bug, have a feature request or just see something that could be improved, create a new issue and let others know about it so that it can be reviewed. If its apporved you can assign yourself to the issue and start working on it. You don't have to work on every issue you create so feel free to open issues on things you do not understand yet.

Before you start working on any issue make sure that the issue is valid and approved by the members of the team and always assign yourself to the issue so that nobody else works on the same issue.

Since you are just staring out it is important to get some understanding of the codebase and it's structure. A good way to understand the codebase while contributing is to start with simple issues like changing color of a button or fixing the spacing of some element. If you feel more confident you can work on more challenging issues.

Another excellent way to contribute is by adding comments. While going through the codebase if you don't understand a piece of code or feel like a comment could help make the purpose of the code clearer add a comment so that interns that join after you have an easier time understanding the codebase.

Finally don't hesitate to ask for help. You are encouraged to find a solution yourself but if you unable to find one or need a second opinion feel free to reach out.

Including the correct format for the code

To maintain uniform formatting of the code, use the following keys combinations in .java, .xml, or any other project files you have changed in Android Studio before committing and pushing the code to the myPlanet repository:

For Windows, use ctrl + alt + L to format few lines and shift + ctrl + alt + L to format an entire file.

For Linux use ctrl + alt + super + L. (super is the Windows icon key next to the alt key)

For Mac: ctrl + command + shift + L.

mac

Remember, this is an important step to remember so that we are able to maintain a high standard of code.

Troubleshooting

Some of the issues that you can come across may be related to the obsolete commands, gradle building, the version of Android Studio your are using, etc. Add your problem and the solution to your problem in this section to help future interns.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].