All Projects → wcoder → ShortcutBadger

wcoder / ShortcutBadger

Licence: other
Xamarin.Android library supports badge notification like iOS in Samsung, LG, Sony and HTC launchers. Port of

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to ShortcutBadger

Xamarin.forms.videoplayer
A Xamarin Forms control to render the native video player on every platform.
Stars: ✭ 140 (+483.33%)
Mutual labels:  xamarin, xamarin-android
Xamarinandroidtutorial
Step by step to build android apps with C#. Code files for YouTube tutorial
Stars: ✭ 172 (+616.67%)
Mutual labels:  xamarin, xamarin-android
Simpleauth
The Simplest way to Authenticate and make Rest API calls in .Net
Stars: ✭ 148 (+516.67%)
Mutual labels:  xamarin, xamarin-android
Xamarin Docs
Xamarin Documentation - public content repo
Stars: ✭ 136 (+466.67%)
Mutual labels:  xamarin, xamarin-android
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (+808.33%)
Mutual labels:  xamarin, xamarin-android
Xamarin.gradlebindings
VS add-in. Creates Xamarin.Android Binding Projects using gradle
Stars: ✭ 136 (+466.67%)
Mutual labels:  xamarin, xamarin-android
Microsoft.maui.graphics
Stars: ✭ 160 (+566.67%)
Mutual labels:  xamarin, xamarin-android
Ffimageloading
Image loading, caching & transforming library for Xamarin and Windows
Stars: ✭ 1,288 (+5266.67%)
Mutual labels:  xamarin, xamarin-android
Xamarin Playground
Random cool stuff I play around using Xamarin.. :3 Some of these cool projects I feature them on my blog, with step by step explanation. :) Don't forget to check it out. Go to: theconfuzedsourcecode.wordpress.com
Stars: ✭ 183 (+662.5%)
Mutual labels:  xamarin, xamarin-android
Denunciado
This project born from the need from people to have a way of communication between municipalities and communities. Some municipalities, have their platforms, but they are complex to validate the veracity of complaints. Denounced, it was born with the purpose of offering a free platform to these municipalities. Denounced consists of three main modules developed with Microsoft technologies, using the .Net Framework and Xamarin for its development: 1. Back End Web Project: Module of administration of the complaints, by the employees of the town councils. In this tool, the employees of the city council receive, validate, report and close the complaints, after being served. 2. Web Portal Client: It consists of a web project, so that the community make their complaints, in the same, the users of the service create a profile, must specify when making their complaint, evidence to support this. Through the portal, they can see the complaints of other community members, follow it, give their opinion or provide possible solutions or more evidence. 3. Mobile Project: It has the same functionalities as the web portal, with the addition, that the automatic location can be sent, from the cell phone.
Stars: ✭ 183 (+662.5%)
Mutual labels:  xamarin, xamarin-android
Xamarin Android Linux
Detailed instructions on setting up Xamarin.Android on Linux!
Stars: ✭ 131 (+445.83%)
Mutual labels:  xamarin, xamarin-android
MaterialChipView
Material Chip View can be used as tags for categories, contacts or creating text clouds. Port of
Stars: ✭ 13 (-45.83%)
Mutual labels:  xamarin-android, porting-to-xamarin
Arcgis Toolkit Dotnet
Toolkit for ArcGIS Runtime SDK for .NET
Stars: ✭ 125 (+420.83%)
Mutual labels:  xamarin, xamarin-android
Plugin.audiorecorder
Audio Recorder plugin for Xamarin and Windows
Stars: ✭ 140 (+483.33%)
Mutual labels:  xamarin, xamarin-android
Xaml Code Experiences
A collection of the experiences I have collected during days of Xamarin and Wpf, while following the MVVM design pattern.
Stars: ✭ 114 (+375%)
Mutual labels:  xamarin, xamarin-android
Workoutwotch
Repository for my video series on building an iOS app in .NET.
Stars: ✭ 156 (+550%)
Mutual labels:  xamarin, xamarin-android
Faceoff
An iOS, Android and UWP app created in Xamarin.Forms that uses Microsoft's Cognitive Emotion API Services to compare facial expressions
Stars: ✭ 79 (+229.17%)
Mutual labels:  xamarin, xamarin-android
Xamuidemo
Xamarin Forms Login Page UI Kit
Stars: ✭ 82 (+241.67%)
Mutual labels:  xamarin, xamarin-android
Improvexamarinbuildtimes
Tips and tricks on how to speed up the time it takes to compile a Xamarin app
Stars: ✭ 180 (+650%)
Mutual labels:  xamarin, xamarin-android
Connectivityplugin
Connectivity Plugin for Xamarin and Windows
Stars: ✭ 253 (+954.17%)
Mutual labels:  xamarin, xamarin-android

ShortcutBadger

ShortcutBadger version NuGet Badge VSTS build status

Port of ShortcutBadger for Xamarin.Android


The ShortcutBadger makes your Android App show the count of unread messages as a badge on your App shortcut!

Usage

NuGet

Install-Package Xamarin.ShortcutBadger

Add the codes below:

int badgeCount = 1;
ShortcutBadger.ApplyCount(context, badgeCount);

If you want to remove the badge:

ShortcutBadger.RemoveCount(context);

or

ShortcutBadger.ApplyCount(context, 0);

Supported launchers:

Sony


Samsung


LG


HTC


Xiaomi



ASUS


ADW


APEX


NOVA


Huawei


(Not Fully Support)

(1.1.7+)

ZUK



(1.1.10+)

OPPO


(Not Fully Support)

(1.1.10+)

EverythingMe


ZTE



(1.1.17+)

KISS



(1.1.18+)

LaunchTime


  • Nova launcher with TeslaUnread, Apex launcher, ADW Launcher provided by notz
  • Solid launcher provided by MajeurAndroid
  • KISS Launcher provided by alexander255

About Xiaomi devices

Xiaomi devices require extra setup with notifications, please read wiki.

IsBadgeWorking?

A tool for displaying your device, launcher & android version and testing whether ShortcutBadger works or not may be downloaded from

DEVELOP BY

Leo Lin - [email protected]

ABOUT Google Play Developer Term Violations

If you receive a message from Google containing something like this:

REASON FOR WARNING: Violation of section 4.4 of the Developer Distribution Agreement.

please use version 1.1.0+!

CHANGE LOG

1.1.21:

  • Using binding of native library
  • Change namespace from Xamarin.ShortcutBadger to XamarinShortcutBadger

1.1.19:

  • Fix multiple home package resolve issue.

1.1.18:

  • Add Kill Launcher Support

1.1.17:

  • Add ZTE Support

1.1.16:

  • Improve Sony Launcher support.

LICENSE

    Copyright 2014-2017 Leo Lin, Yauheni Pakala

    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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].