Welcome to Steemgit!
First of all, why did I change the application name? To understand better, "SteemDBM" for "Steem DataBase Mobile". And today, I have a bigger ambition for this project. it's more than just a simple visualization of the Steem blockchain.
The "steemDBM" application will be removed in a few days to make way for "Steemgit".
Features of Steemgit v2.0
Note:
- Steemgit will have the same basic functionality as steemdbm, I'm talking about the statistics related to your Steem account. "Voting power" & "bandwidth remaining"
Push notification for incoming Upvotes !
This is the new feature, the most important of the project! PUSH Notifications! Unlike traditional social networks, Steem works with a blockchain, and we don't have native notifications.
I have developed a notification system for Android & IOS. On the Steemgit application you can "enable" notifications for an @SteemName. The Steemgit server scans each new block, opens it, and searches for upvote information.
If an upvote information is found and matches a Steemgit user, then the notification is sent.
I'll make a new git for the server with documentation soon.
Top bar & Nav
With the updates, and the new features added in all the next versions, I decided to add a navigation bar and a menu list. This will make it easy to use all tools in the app.
Class for developers
I added a class system. To improve the application more easily.
/* Change the view of app.
All views are in "www/views" folder */
interface.goto('Exmaple_View');
/* Show loading overlay for any ajax request */
interface.loading('show'); // ( show , hide )
/* Show header nav */
interface.header('show'); // ( show, hide )
See the github for more : https://github.com/lucaspojo/Steemgit-app ( Docs Soon )
Do not hesitate to vote upvote this topic to support the project. You can also download the application and give it a note. That would be a great help. Thank you to the utopian team for their trust.
Google play store : https://play.google.com/store/apps/details?id=com.peneinc.steemgit
You can also subscribe to me on Steemit to be updated on what's new! https://steemit.com/@peneinc
Posted on Utopian.io - Rewarding Open Source Contributors