An android app that can automatically dial a phone number

  Flutter App, Templates, Theme

AutoCallScheduler

An android app that can automatically dial a phone number within a given scheduled of time. Basically it’s a test base app of google’s #30daysOfKotlin bootcamp. In this project there are many concepts of kotlin used in coding sections(e.g: Livedata, ViewModel, When expressions, Data classes and equality, Visibility, Sealed classes, Lazy, Inline, Top level functions and parameters, Extension functions, Easier spans, Scoping out, etc). Students will find this project helpful for them in depth learning of kotlin programming in android development. Fell free to share and give star or fork this project. Happy coding 🙂

Usage

To dial a number automatically user should inputs his desired number along with scheduled date time from pickers. After finishing remaining countdown of the scheduled timer a PHONE_CALL Intent activity starts. And that’s how my app works.

Statistics

FeatureStatusDuration(hrs)
Designdone5h
Logic Implementationdone8h
Code Reviews2 times3h
Documentationdone1.5h
Thread Optimizationnot done_
Call Historyupcoming_
Multiple Number Selectionupcoming_

Download AutoCallScheduler source code on GitHub

https://github.com/rrsaikat/AutoCallScheduler