This is the official repository for the android app of Nimbus, the tech-fest of NIT Hamirpur

Related tags

App festnimbus
Overview

Nimbus

This is the official Android Application of Technical Festival of NIT Hamirpur NIMBUS made by YOU 😄 .

Screencast can be found at youtube.

Google Play link: https://play.google.com/store/apps/details?id=com.appteam.nimbus&hl=en

How to setup this project in Android Studio :-

  1. Firstly, fork this repo from appteam-nith/festnimbus by clicking on fork button

  2. Now clone the forked repo in your pc. For this first copy the url of your forked repo (use terminal or git bash):

    git clone https://github.com/[username]/festnumbus.git

    [username] is replaced by your github username

  3. Finally, open this project in android studio.

  4. Happy Hacking 😉

How to contribute in this project :-

  1. Go through the entire project after building it, find bugs and report them.

  2. View the issues put up in the repo and try to fix them.

  3. IMPORTANT :- Before sending a Pull Request make sure that your forked repository is in sync with the base repository Click Here .

Libraries used

License

This project is currently licensed under the GNU General Public License v3.
For more details see LICENSE.md.

Comments
  • Issue #24 Resolved, Improved form validation in Registration page

    Issue #24 Resolved, Improved form validation in Registration page

    Earlier, while validating our entered contact number in the contact input field of new registration activity page, it was showing our number to be a valid number on entering 3rd digit. since, any registered mobile number must be of exactly 10 digits. so, replaced the matches() function by conditional check and enhanced the validation feature. :)

    opened by jaykay12 2
  • Improved form validation in Registration page

    Improved form validation in Registration page

    Earlier, while validating our entered contact number in the contact input field of new registration activity page, it was showing our number to be a valid number on entering 3rd digit. since, any mobile number must be at least of 10 digits. so, replaced the matches() function by conditional check and enhanced the validation feature. :)

    opened by jaykay12 2
  • Bad Practice/Approach while sending data from Event Activity to Event Register Activity

    Bad Practice/Approach while sending data from Event Activity to Event Register Activity

    Please send only the event name to the event register activity as the token for getting data from api. Sending a complete object may be a bad practice and while clicking on some item on the event the app crashes . Please fix it

    opened by RamolaWeb 1
  • App crashing if not connected to internet

    App crashing if not connected to internet

    FATAL EXCEPTION: main Process: com.appteam.nimbus, PID: 26633 java.lang.NullPointerException: Attempt to read from field 'int com.android.volley.NetworkResponse.statusCode' on a null object reference at com.appteam.nimbus.Login$4.onErrorResponse(Login.java:105) at com.android.volley.Request.deliverError(Request.java:598) at com.android.volley.ExecutorDelivery$ResponseDeliveryRunnable.run(ExecutorDelivery.java:101) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5253) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:900) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:695)

    opened by appteam-nith 1
  • Profile page is fetching data from server, again on rotation of device

    Profile page is fetching data from server, again on rotation of device

    when u are on profile page of navigation drawer , it fetches data from server which is OK... But at this moment when we rotate the device to landscape it again loads data from server, which is a Bug and should be removed !!!

    opened by sukhbir-singh 1
Releases(1.1)
Owner
AppTeam NITH
Follow us on facebook at https://www.facebook.com/appteam.nith/
AppTeam NITH
Implementation of the application using the latest Android Tech Stack and the GitHub REST API.

GitHub Viewer Implementation of the application using the latest Android Tech Stack and the GitHub REST API. <!-- Github login. You can change the use

Vitaliy Zarubin 53 Jan 3, 2023
The JeTrivia is built on a modern Android Development tech stack with MVVM architecture. Kotlin, Coroutine, Flow, StateFlow, Jetpack Compose, Navigation, Room, Hilt, Retrofit2, OkHttp3, kotlinx.serialization, MockK, Truth

JeTrivia ?? In Progress ?? The JeTrivia application is sample based on MVVM architecture. Fetching data from the network via repository pattern and sa

Tolga Bolatcan 5 Mar 31, 2022
☀️ Wheater is a small demo application based on modern Android tech-stacks and MVVM architecture. ⛅

Wheater is a small demo application based on modern Android tech-stacks and MVVM architecture. Tech stack & Open-source libraries Minimum SDK level 19

null 2 Jan 17, 2022
GitHub client for Android based on the abandoned official app

ForkHub ForkHub started off as a fork of the official Android app from GitHub, and has since seen lots of improvements. You can see a comprehensive li

Jon Ander Peñalba 2.8k Dec 28, 2022
Mobile client for official Nextcloud News App written as Kotlin Multiplatform Project

Newsout Android and iOS mobile client for Nextcloud news App. The Android client is already available to download in the Play Store. F-Droid and Apple

Simon Schubert 118 Oct 3, 2022
An unofficial Zerotier Android client patched from official client

An unofficial Zerotier Android client patched from official client

KAAAsS 819 Dec 29, 2022
The official repo for Blokada for Android and iOS.

Blokada 5 Blokada 5 is the next generation of the well known open source mobile ad blocker and privacy app. Want to try it out? Click here to download

Blokada (ad blocker) 2.8k Jan 7, 2023
Official Tehro client for Android.

Tehro Tehro is a public transport guide Android application powered by Kotlin & Jetpack Compose. Database The database used in the app is stored at te

YASAN 24 Dec 28, 2022
A semi-official port of the open source Anki spaced repetition flashcard system to Android

AnkiDroid A semi-official port of the open source Anki spaced repetition flashcard system to Android. Memorize anything with AnkiDroid! Features night

AnkiDroid 5.8k Dec 30, 2022
Matomo wrapper for React-Native. Supports Android and iOS. Fixed issues for native platforms build that are present in the official package.

@mccsoft/react-native-matomo Matomo wrapper for React-Native. Supports Android and iOS. Fixed issues for native platforms build that are present in th

MCC Soft 4 Dec 29, 2022
Learn about your favorite Marvel characters, super heroes, villains and watch videos from official Marvel youtube channel.

Marvel Super Heroes Android App ?? Learn about your favorite Marvel characters, super heroes, villains and watch videos from official Marvel youtube c

Lucas Cabral 5 May 24, 2022
:movie_camera: Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.

Popular Movies Stage 1 + Stage 2 Discover the most popular and top rated movies playing. Movies data fetched using themoviedb.org API. ✨ Screenshots M

Yassin AJDI 189 Nov 26, 2022
Repository for the Android app core module.

EU Digital COVID Certificate App Core - Android About • Development • Documentation • Support • Contribute • Contributors • Licensing About This repos

null 35 May 31, 2022
Repository for the dgca verifier android app.

EU Digital COVID Certificate Verifier App - Android About • Development • Documentation • Support • Contribute • Contributors • Licensing About This r

null 102 Dec 30, 2022
Kurly-assignment - Search GitHub Repository App For Android

Search GitHub Repository App Outline Github 내의 수많은 리포지토리를 키워드를 통해 검색할 수 있습니다. Ho

Minjeong Kim 0 Jan 5, 2022
🦁 A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, Flow, LiveData, Room, Repository, Koin) architecture.

DisneyMotions A demo Disney app using transformation motions based on MVVM architecture. The motion system is included in the 1.2.0-alpha05 released m

Jaewoong Eum 1.4k Dec 16, 2022
This repository stores the code for the open-sourced donation app that we built for the @AndronixApp

This repository stores the code for the open-sourced donation app that we built for the [Andronix App](https://andronix.app). What Tech has been used?

Prakhar Shukla 8 Oct 10, 2022
An Open-Source repository that contains all the Android Dev and Kotlin concepts and several projects on android ranging in difficulty making this repo completely beginner-friendly.

An Open-Source repository that contains all the Android Dev and Kotlin concepts and several projects on android ranging in difficulty making this repo completely beginner-friendly. The main aim of this repository is to help students who are learning Android Development or preparing for an Android Developer role-based job.

Mimo Patra 15 Dec 29, 2022
repository for training UI of Android apps

AndroidUITrain repository for training UI of Android apps 定義されたcolor resourceの意味 使われている部分 color resource 名 ブランド追加ボタンの黒 zozo_black (微妙に真っ黒ではなかった) 画面上部の

みっちゃん 9 Dec 26, 2022