NoteKeeper-Custom-Widgets

This is a sample Android Studio project that shows the necessary code to create a note list widget, And it’s an implementation of a lesson on the Pluralsight platform, but with some code improvements

Description

This is a sample Android Studio project with nothing except a widget, so you can use it to implement widgets in your own app. Once installed in the device (no app will show up), go to the widgets menu to add the new widget to the home screen.

Usage

Just have a look at the code, or better still, clone it to a local repository in your machine:

git clone

https://github.com/Ibrahim-Mushtaha/NoteKeeper-Custom-Widgets.git

and open it in Android Studio. Feel free to create pull requests to improve the implementation or documentation so it will help others.

Give me a star if you find it useful! Another great milestone in my Simple series. Enjoy!

? Sample Video

5tadoi

License

Copyright 2021 Ibrahim Mushtaha

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.

GitHub

View Github