Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisz99 committed Jun 21, 2023
2 parents a8099e3 + b799815 commit e25826f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@



Commandroid is an open-source command prompt terminal widget designed for Android, built using Xamarin.Android. This is my first android project, it demonstrates how to make use of the AppWidgetProvider class, populating a listview while working within the context of RemoteViews, and the communication between these classes using BroadCast Receivers. It also makes use of the new Google Splash Screen API, and demonstrates the implementation of that.
Commandroid is an open-source command prompt terminal widget designed for Android, built using Xamarin.Android. This is my first android project, it demonstrates how to make use of the AppWidgetProvider class, populating a listview while working within the context of RemoteViews, and the communication between these classes using Broadcast Receivers. It also makes use of the new Google Splash Screen API, and android's SharedPreferences; demonstrating the implementation of both of those.

Once installed you can add the Widget to your home screen by long pressing your homescreen, and tapping Widgets. From there you can long press CommAndroid, and drop it anywhere onto your home screen. I reccommend using the command 'help' to start.

Expand Down
3 changes: 3 additions & 0 deletions toBeAdded.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Content thats planned to be added:

1. Customizable Terminal Themes

0 comments on commit e25826f

Please sign in to comment.