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 :)
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.
Feature | Status | Duration(hrs) |
---|---|---|
Design | done | 5h |
Logic Implementation | done | 8h |
Code Reviews | 2 times | 3h |
Documentation | done | 1.5h |
Thread Optimization | not done | _ |
Call History | upcoming | _ |
Multiple Number Selection | upcoming | _ |
👤 RRSaikat
- Twitter: @RsaikatR
- LinkedIn: rrsaikat
- FaceBook: @engr.rezwan
- Youtube: Rezwanrehman
- Blog: blog.rrsaikat.com
Copyright (c) 2020. RRsaikat
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.