Android
5104 apps · platform
N
NATO Alphabet Memorizer
APK
The Open Source app NATO Alphabet Memorizer aims to help users learn the NATO Phonetic Alphabet
F-DroidGitHub
NC Passwords
APK
Features * View your passwords (with quick copy to clipboard functionality) * Create/Update/Delete your passwords * Autofill Support on Android * View/Set/Unset your favorites * Fast search of your passwords * View your passwords in folder view * Optional Local Biometric Authentication * Local cache of your passwords (if you have no current internet connection) * Nextcloud theming * Displaying the logos of supported websites for saved passwords
F-Droid
NCalcLibre
APK
This is a fork of NCalc+ to make NCalc fully free (it removes the dependencies on proprietary libraries).NCalc+ is a calculator for Algebra, Analytics, Trigonometrics, Determination of Statistics, and more. It does not show the steps to solve the equations, system of equations, derivative… but only for the final result.Note: this app is no longer maintained, there will be no further updates.
GitHubIzzyOnDroid
NClientV3
APK
A configurable manga client for Android. Forked from NClientV2 by Dar9586, updated for modern Android. Requires Android 7.0 (API 24) and above. The app ships as an empty shell. Configure a supported source in Settings to unlock full functionality. Features - Browse main page - Search by query or tags - Include or exclude tags - Blur or hide excluded tags - Download galleries - Favorite galleries - PIN lock for privacy - Share galleries - Open in browser - Bookmarks - History What's new in V3 - Material 3 / Material You design - Fixed for Android 15+ (edge-to-edge, status bar) - Fixed CDN webp image loading - Updated build system and dependencies - Removed crash reporting / tracking - App ships as SFW empty shell by default
F-DroidGitHub
NDEF Tools for Android
APK
Toolkit sample for NFC/NDEF/"Beam". Repository contains libraries for developing your own projects as well. Features: * Read NFC tags and "beams" (push/P2P) from other devices. * Write NDEF payloads to any tye of tag. * Beam (pushd/P2P) to other devices.
F-DroidGitHub
NFC Alarm Clock
APK
Customize how your alarms look, easily create/delete alarms, and more. Each alarm can be configured however you want to use it. For those that struggle to wake up, you can restrict the volume or have it gradually increase when your alarm goes off. You can also use an NFC card or tag to dismiss your alarm. See the full list of features below for a more detailed look into all the things you can do. Features: * Edit and view alarms all in one screen. * Swipe left to delete an alarm. * Swipe right to copy an alarm. * Play music from your phone to wake up. Can even choose to play all the music in a folder. * Use NFC to dismiss an alarm. This is optional and can be set on a per-alarm basis. Found by selecting the gear icon next to the volume slider of an alarm. * Gradually increase the volume when your alarm goes off. This is optional and can be set on a per-alarm basis. Found by selecting the gear icon next to the volume slider of an alarm. * Restrict changing the volume when your alarm goes off. This is optional and can be set on a per-alarm basis. Found by selecting the gear icon next to the volume slider of an alarm. * Text-to-speech when your alarm goes off. It will say the current time to you at whatever cadence you choose. This is optional and can be set on a per-alarm basis. Found by selecting the gear icon next to the volume slider of an alarm. * Choose which audio source you want the alarm sound to play out of (Alarm, Call, Music, Notification, Ringtone). This is optional and can be set on a per-alarm basis. Found by selecting the gear icon next to the volume slider of an alarm. * Customize the colors of: the theme, name of the alarm, days in which the alarm runs, time, and AM/PM. Found in Settings › Appearance. * View statistics of how many alarms you have dismissed/snoozed/missed, and how many you have created/deleted. Permissions: * NFC: (Optional) Allow the app to detect NFC tags. * Storage: (Optional) Read music that is stored on the phone. You are prompted to enable this permission if and only if you choose to play music as the alarm ringtone. Otherwise, this permission is unused. * Vibrate: (Optional) Allow the app to vibrate the phone. * Startup: (Required) Restore alarms when the phone is turned on. By default, Android will delete alarms when the phone is turned off. * Wakelock: (Required) Prevent the phone from sleeping so that an activated alarm will continue to go off.
F-DroidGitHubIzzyOnDroid
NFC Archiver
APK
A distributed data archive system using NFC tags. Store files across multiple NFC tags and restore them later. Split any file into parts and write them to NFC tags. Scan the tags in any order to reassemble and restore the original file. Features: * File archiving — split any file into parts for writing to NFC tags * Text archiving — store text messages across NFC tags * Restoration — scan tags in any order and assemble the original file * Compression — optional GZIP compression to reduce the number of tags needed * Encryption — AES-256-GCM encryption with password protection (PBKDF2 key derivation) * Offline operation — no network connection required Supported NFC Tags: * NTAG213 (144 bytes) * NTAG215 (504 bytes) * NTAG216 (888 bytes) * MIFARE Ultralight (48 bytes) * MIFARE Ultralight C (144 bytes) Uses the NFAR v1 binary format with a 28-byte header, CRC32 integrity checking, and UUID-based archive identification. Chunks can be scanned in any order and are validated automatically. NFC Archiver is free and open source software. No tracking, no ads, no network access required.
F-DroidGitHub
NFC Drivers License Reader
APK
Scan Japanese driving licenses with the NFC reader on your device and read more info on them.
F-DroidGitHub
NFC Key
APK
Unlock KeePass database with any NFC tags such as: * Mifare Ultralight * Mifare Classic * NTAG203 * Sony SmartTag (few types are R/W) Supports: * Keepass2Android online * Keepass2Android offline * KeePassDroid Security: NFC tag stores only random numbers, and the password is encrypted with those numbers (AES-128 algorithm), stored in protected Android device memory. An attacker would have to scan(copy) your NFC tag and either steal and root your Android device to get your password. If you suspect that your NFC tag has been read, you can use NFC Key again to re-write it with new random values, rendering the previous information useless.
F-DroidGitHub
NFC Quick Settings
APK
NFC Quick Settings is a simple, open source, utility for quickly checking the device's current NFC status, and enabling or disabling NFC with as few taps as possible. NFC Quick Settings has no user interface of it's own. Instead, once installed, you will see a new "NFC" tile available when customising your Quick Settings menu. See "Add, remove, or move a setting" in Android Help for more information on customising the Quick Settings menu: https://support.google.com/android/answer/9083864?hl=en#customize_settings Once the NFC Quick Settings tile has been added to your Quick Settings menu, the tile will show the current NFC status. Android security limitations do not allow any third-party apps, such as this, to turn NFC on or off directly, so when tapped, the NFC Quick Settings tile will simply open the device's NFC Settings page (if the device has one), where you can enable or disable NFC as desired. NFC Quick Settings also has an advanced mode that allows NFC to be toggled directly from the tile, without having to going the NFC Settings page. But this advanced mode requires special permissions, which can only be granted via the Android Debug Bridge on a desktop computer. You can read more about this mode at https://github.com/pcolby/nfc-quick-settings?tab=readme-ov-file#advanced-mode NFC Quick Settings is freely available under the GPLv3 open source license. The source code is available at https://github.com/pcolby/nfc-quick-settings
F-DroidGitHub
NFC Radio
APK
NFC Radio is a simple audio player for children and adults that allows you to control your music using NFC tags. Simply place an NFC tag on your phone to play or pause your audio file or music.
F-DroidGitHub
NFC Reader
APK
This is a simple app to read various tags (NDEF, RFID, FeliCa, ISO 14443, etc). It has been forked from se.anyro.nfc_reader.
F-DroidGitHub
NFCGate
APK
NFCGate is an Android application meant to capture, analyze, or modify NFC traffic. It can be used as a researching tool to reverse engineer protocols or assess the security of protocols against traffic modifications. On-device capture: Captures NFC traffic sent and received by other applications running on the device. Relay: Relays NFC traffic between two devices using a server. One device operates as a "reader" reading an NFC tag, the other device emulates an NFC tag using the Host Card Emulation (HCE). Replay: Replays previously captured NFC traffic in either "reader" or "tag" mode. Clone: Clones the initial tag information (e.g. ID). pcapng export of captured NFC traffic, readable by Wireshark.
F-DroidGitHubIzzyOnDroid
N
NFCMessageBoard
APK
Proof of concept for a localized message system. It is quite simple, and does the job of reading and writing to any plain text NFC tags. At a minimum you are recommended to use an NTAG216 that gives you approximately 800 bytes of writeable memory. It also has the advantage of being relatively private means of communicating (even if it runs the issue of spoofing), since it is essentially a dead drop system. Potential Uses: * Geo Cache GuestBook * Ingress Local Message Store Features: * Reads Plain Text * Write and prepends a message to a Plain Text Tag * UTF-8 support, so can show emoticon. * Links, email, map address are autolinked
F-DroidGitHub
NFCard
APK
Read contactless ic cards using the NFC sensor. Supports a range of iso7816-3 / iso15693 / felicia compliant e-wallet / RFID cards, and can be extended to support many specific data protocol, e.g. pboc2.0 of China. NFCard can read information like balance of account, transaction log, etc. from these cards.
F-DroidGitHub
NFSee - NFC Card Helper
APK
NFSee is a Flutter application that can dump data from various types of NFC tags & cards.
F-DroidGitHub
N
NGA客户端开源版
APK
An FOSS client for National Gay Alliance forum. This APP is based on the open source with GNU GPL v2 license published by grpubr@gmail.com at https://code.google.com/p/ngacnphone/, and as they said they stoped update their project at the revision of 580, we start to take over the project, we fork the project to github and still use GNU GPL v2 as our code license, you can see the README.md file on our github site that shows this APP in Google Play is completely compile with our codes. This APP use the open APIs of the forum "Nation Geography of Azeroth" which are opened to everyone as the thread said http://bbs.ngacn.cc/read.php?tid=6406100, users just need to login as they did on the PC site, and the APIs use cookie to authorization users, if the user login with our APP, they should have the rights to get all data from the APIs. and those APIs also used in many different places such as the forum's PC and mobile site, other developers' APPs and so on. We state we have not violated the legitimate rights of the forum "Nation Geography of Azeroth", our APP is free and does not contain advertising, our code is based on a open source project and is also opend in github.
F-DroidGitHub
NI
APK
When a Netflix user taps the share icon in the Netflix app and then selects this app (= Netflix to IMDb) then the title is looked up in the IMDb, via an internet browser, or in the IMDb app if it is installed.
F-DroidGitHub
NLWeer
APK
NLWeer is a simple open-source and privacy-friendly Dutch weather app for Android (5.0 or newer). It is free both as in free lunch and as in freedom. Weather information is provided by KNMI or optionally by Buienradar, see the about screen in the app for more information. Compared to other weather apps for the Netherlands (e.g. Buienradar), here are some reasons to use NLWeer instead: * It is open-source and can be customized/improved by anyone if needed * It does not nor never will display commercial advertisements * It does not require any permissions (except for GPS if explicitly requested) * It is very lightweight and battery friendly * It does not require the Google Play Services Features of NLWeer: * Includes weather maps as well as a written weather report * Includes weather information from multiple sources * Three options for localisation: manual lon/lat coordinates, mobile service provider, or GPS * Includes a precipitation prediction graph on your current location
F-DroidGitHub
N
NOVA
APK
NOVA is a community-built, open-source Android client for Unraid® servers — array health, container and VM state, live system metrics in a clean Material 3 interface tuned for quick mobile checks. Talks to your server through the official Unraid API (the Connect plugin's GraphQL endpoint) over your own network — no third-party services involved. Your API key stays on your device, encrypted at rest with the Android Keystore. Features: * Overview: array capacity, CPU/memory live, container/VM counts, parity progress at a glance * Array: per-disk status, temperatures, capacity, start/stop * Docker: every container with status; start/stop/restart/pause, jump to the container's Web UI, image-update detection + apply, live container logs * VMs: state with start/stop/pause/resume * Multiple servers with local/remote address each * Notifications: Unraid notifications with Unread/Archived tabs * Server plugins: read-only inventory + install-operation history * Network interfaces: read-only NIC inventory (IPv4/IPv6 + hardware) Requires Unraid 7.x with the API/Connect plugin enabled. Android 8.0+. Unraid® is a registered trademark of Lime Technology, Inc. NOVA is an independent, community-built client and is not affiliated with, endorsed by, or supported by Lime Technology.
F-DroidGitHub
NOVA Video Player
APK
Nova is an opeN sOurce Video plAyer designed for tablets, phones and AndroidTV devices.available at https://github.com/nova-video-player/aos-AVP Universal player: - Play videos from your computer, server (FTP, SFTP, WebDAV), NAS (SMB, UPnP) - Play videos from external USB storage - Videos from all sources integrated in a unified multimedia collection - Automatic online retrieval of movie and TV show descriptions with posters and backdrops - Integrated subtitle download Best player: - Hardware accelerated video decoding for most devices and video formats - Multi-audio tracks and mutli-subtitles support - Supported file formats: MKV, MP4, AVI, WMV, FLV, etc. - Supported subtitle file types: SRT, SUB, ASS, SMI, etc. TV friendly: - Dedicated “leanback” user interface for Android TV - AC3/DTS passthrough (HDMI or S/PDIF) on supported hardware: Nexus Player, NVidia SHIELD TV, Rockchip and AmLogic based TV-boxes - 3D support with side-by-side and top-bottom formats playback for 3D TVs - Audio Boost mode to increase the volume level - Night Mode to dynamically adjust the volume level Browse the way you want: - Instant access to recently added and recently played videos - Browse movies by name, genre, year, duration, rating - Browse TV shows by seasons - Folder browsing supported And even more: - Multi-device network video resume - NFO metadata processing for descriptions and posters - Scheduled rescan of your network content (Leanback UI only) - Private mode: temporarily disable playback history recording - Manually adjust subtitles synchronization - Manually adjust audio/video synchronization - Track what your collection and what you have watched via Trakt In case you have an issue or a request about this app, please check our Reddit support community at this address: https://www.reddit.com/r/NovaVideoPlayer If you experience any issue with video hardware decoding you can force software decoding in the application preferences. You are welcome to contribute to the translation of the application at https://crowdin.com/project/nova-video-player NOVA stands for opeN sOurce Video plAyer.
F-DroidGitHubIzzyOnDroid
NS-USBloader
APK
This is application-installer for N.Switch. It's used with NS homebrew applications installed on console such as: Adubbz/TinFoil, Huntereb/Awoo-Installer and XorTroll/GoldLeaf. For Adubbz/TinFoil and Huntereb/Awoo-Installer USB and NET (WiFi) installations supported. For XorTroll/GoldLeaf USB installation supported. Please note: only GoldLeaf-v0.5 supported. In other words, it's replacement for default scripts/applications like usb_install_pc.py, remote_install_pc.py, GoldTree/Quark that works on your phone or tablet.
F-DroidGitHub
NWS Weather Alerts Widget
APK
Android home screen widget to display current weather alerts from the US National Weather Service. You can choose a county or state within the US (or the entire US) and it will display a list of all of the current weather alerts for that area on the widget. If there's more than fits, the list scrolls, and you can tap on an alert to open the full text of the alert. There is an accompanying app which can be used to configure what area you want and shows the raw feed data if you're really curious (though that part was mostly there for debugging, and might go away one of these days now that it all works). It does not currently do audible alerts (or any alerts), but that's probably coming soon.
F-DroidGitHub
N
NXT Remote Control
APK
Lets you control Lego Mindstorms NXT robots from an Android phone via Bluetooth. Protocol is documented on Lego website. The official MINDdroid app is also free software.
F-DroidGitHub