All Projects → ChmaraX → logregform-android

ChmaraX / logregform-android

Licence: MIT license
Login and registration form for Android (IceCream Sandwich+) with additional features, enchancement and dynamic GUI.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to logregform-android

Firebasecrud
Rich UI and animation flutter app backed by firebase
Stars: ✭ 121 (+384%)
Mutual labels:  android-ui, firebase-auth
E-commerceCustomerFYP
Android E-commerce Platform. Allow customer to buy product, chat, feedback rating, make payment to retailer
Stars: ✭ 41 (+64%)
Mutual labels:  android-ui, firebase-auth
SwipeToReply
Swipe to reply UI like WhatsApp
Stars: ✭ 54 (+116%)
Mutual labels:  android-ui
recyclerfragment
An Android Fragment that displays a set of items in a RecyclerView.
Stars: ✭ 16 (-36%)
Mutual labels:  android-ui
vuefire-auth
Vue2-Auth-Email Verification with Firebase🔥
Stars: ✭ 29 (+16%)
Mutual labels:  firebase-auth
ZoomLayout
想要缩放、平移的 View,放在 ZoomLayout 中就可以实现了
Stars: ✭ 34 (+36%)
Mutual labels:  android-ui
ui-testing
No description or website provided.
Stars: ✭ 15 (-40%)
Mutual labels:  android-ui
momentz
Momentz is an android library for showing timed view just like WhatsApp, Facebook and Instagram stories.
Stars: ✭ 107 (+328%)
Mutual labels:  android-ui
firebase-auth-dotnet
A .NET API client for Firebase Rest Authentication API that follows Google's API spec as precisely as possible.
Stars: ✭ 16 (-36%)
Mutual labels:  firebase-auth
FancyBottomSheetDialog
This is android library implementing bottom sheet like fancy dialog
Stars: ✭ 21 (-16%)
Mutual labels:  android-ui
flutter-fitness-app
Fitness app using Flutter
Stars: ✭ 30 (+20%)
Mutual labels:  firebase-auth
spokestack-tray-android
A UI component that makes it easy to add voice interaction to your app.
Stars: ✭ 13 (-48%)
Mutual labels:  android-ui
Gmail-Clone
A Gmail Clone which built with ReactJS and Redux. You can sign in with your Google Account, compose a new e-mail and send realtime emails to the project.
Stars: ✭ 48 (+92%)
Mutual labels:  firebase-auth
CoolAnimation4Beginner
Making Beauty Android UI/UX Design with cool Animation
Stars: ✭ 21 (-16%)
Mutual labels:  android-ui
LicenseTextView
Custom Lincese TextView for android
Stars: ✭ 31 (+24%)
Mutual labels:  android-ui
firebase-id-tokens-verifier
Code snippet to show how to verify Firebase ID tokens using Ruby
Stars: ✭ 32 (+28%)
Mutual labels:  firebase-auth
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (+16%)
Mutual labels:  android-ui
Einsen
🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Stars: ✭ 821 (+3184%)
Mutual labels:  android-ui
FlowingPager
A Flexible Side Sliding View Controlled by a Button
Stars: ✭ 104 (+316%)
Mutual labels:  android-ui
IoT-Modelling-Tool
IoT Modelling Tool is a platform which allows users to have their own devices and components modeled in order to represent and manage a physical environment.
Stars: ✭ 16 (-36%)
Mutual labels:  firebase-auth

Authentication form for Android

Basic Overview

Android authentication form based on Firebase with few features, custom animation and design.

Features

  • Registration activity with email and password, also storing and username into database.
  • Login activity with email/password, remembering logged user.
  • Password reset activity (sending an email to user)
  • Wrong inputs errors
  • Welcome splash screen
  • Button gradients (on-click transitions)
  • Social app login (not connected to API)

Interface Preview

Splashscreen

Implementation

google-services.json

You need to set up your own Firebase authenticator + database and download google-services.json file, then add it to YourApp/app folder:

The dependencies are already set up.

dependencies {

...
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.1'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'

    compile 'com.google.firebase:firebase-core:15.0.0'
    compile 'com.google.firebase:firebase-auth:15.0.0'
    compile 'com.google.firebase:firebase-database:15.0.0'

}
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].