Coder Social home page Coder Social logo

hanmajid / android.seed Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 4.36 MB

:octocat: A social media prototype that demonstrates the usage of Android Jetpack libraries and recommended app architecture and design. (Still in development ๐Ÿš€)

Kotlin 96.27% Java 3.73%
android jetpack kotlin kotlin-android mobile sample

android.seed's Introduction

Introducktion ๐Ÿฆ†

I work on Android, Flutter, and React.JS applications.

๐Ÿบ Popular Repositories

๐Ÿฃ Find Me Here

Play Store Medium HackerRank Google Developer NPM

Have a good day!

android.seed's People

Contributors

hanmajid avatar

Watchers

 avatar  avatar

android.seed's Issues

Login page test

  • On click Register button, navigate to Register page
  • On click Login button:
    • If username and/or password is blank, display helper text
    • If username and password is not blank: disable form & display progress indicator
      • If network call failed, show snackbar
      • If username and/or password is wrong, show snackbar
      • If username and password is true, navigate to Home page

Connectivity > Wi-Fi

๐Ÿš€ General

  • Get current Wi-Fi state
    • Handle Wi-Fi disabled. Open Wi-Fi settings if necessary.
  • Get current connected Wi-Fi information (SSID)
    • Handle ACCESS_LOCATION_FINE permission. Open app settings if necessary.
    • Handle location service disabled. Open Location settings if necessary.

๐Ÿš€ Scanning Wi-Fi

  • Get available Wi-Fi lists
    • โš ๏ธ Handle Wi-Fi scanning throttling (need API level 30)
    • Handle ACCESS_LOCATION_FINE permission. Open app settings if necessary.
    • Handle location service disabled. Open Location settings if necessary.
  • Show connected Wi-Fi

๐Ÿš€ Wi-Fi peer-to-peer

  • Get available peers
    • Handle Wi-Fi disabled. Open Wi-Fi settings if necessary.
    • Handle ACCESS_LOCATION_FINE permission. Open app settings if necessary.
    • Handle location service disabled. Open Location settings if necessary.
  • Connect to a peer
  • Transfer data to a peer
    • Send data from client to server
    • Send data from server to client (โ“)

๐Ÿš€ Wi-Fi Aware

  • Need at least 2 Android devices with API level 26 or above LINK

๐Ÿš€ Wi-Fi location with RTT

  • Need a Wi-Fi RTT compatible access point LINK

๐Ÿš€ Local Only Hotspot

  • Need at least 2 Android devices with API level 26 or above LINK

๐Ÿš€ Wi-Fi infrastructure

Wi-Fi suggestion API for internet connectivity

  • Add a Wi-Fi suggestion
  • Remove a Wi-Fi suggestion
  • Listen if a Wi-Fi suggestion is connected

Wi-Fi Network Request API for peer-to-peer connectivity

  • Need a Chromecast / Google Home hardware LINK

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.