[REQ] graphical google analytics app - the better version - Android Apps and Games

I've been using google analytics for a little while now and grown to like the way information is laid out for the desktop browser version. Then I looked on the market and found some apps that give you basic information from your account.
But they left me a bit wanting. I was hoping for something more informative, easy and fast to read and remember.
Now as I'm programming illiterate I can only speak for usability and general feel of the app, while appreciating and giving credit to the people putting their time, talent and effort into writing them. The following is not a criticism, it is a proposal for improvement.
So I tried to make something better. Thought about why the desktop version works so well for me and sought out ways to include as much of it onto a small screen. So I drafted my idea of an interface and interaction plus an explanation on how I see it working.
I've done this with a 480 width so that anyone with a 480x800 screen can see how it would look with a bit of zooming 1:1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As you can see, I've done things a bit differently. Starting with choosing the account and profile, everything is on one page. No more 2-3-4 taps before you get what info you need. This should work by setting one account and one profile as default in the settings. Also integrated graphical representations with a bit of interaction to help with bringing a lot of info onto a small screen.
Also chose the areas that I think would be of most interest. This might not be true for everyone so i'm open for suggestions.
Now, I have some questions.
1. Is this technically feasible?
For one, the apps on the market I've tried so far take a few seconds to return 20-30 lines of text. (my device is a htc desire) How much time wold it take to download and process all this behemoth of data? If too much, could the interface be loaded sequentially by section?
2. What are the hardware platforms that this app could work on with decent performance?
Hero class? Snapdragon?
So I'm looking for someone that is interested in either:
- coding the app from the ground up
- or improving (at least i'm hoping this is an improvement ) his/her existing app with all this
I'm also looking for some feedback of existing analytics apps users.
I would help in any way my programmingly crippled self could. I can also do all the things I've done with Timester: concept, graphics, promotion.
Here is the thread for Timester: Timester development thread

Could someone with experience tell if this is possible?
Thank you

Hello zamolxees,
thanks for the idea. Of course this would be possible to realise. While implementing my app GAnalyticz I had several problems and questions you also have:
How to display the big list of data on the small screen?
How to make the app as fast as possible?
What is the best user experience?
...
I decided to make only a text based view (table). I this case you can show the data on every device with any resolution and you have all information you need. I know it's not so fancy, but it is/was ok for a first version (I think ).
Second important part was the app performance. Google hasn't a library ready and there aren't any good libraries available, so I had to call the Google API on my own. You can get the data in xml via http request. Just combine the metrics & dimensions available in querystring.
So getting the data is very easy. The easiest way to get all the needed data is to make one http request. But then you have to sort and filter the xml which needs a lot of performance. This made my app unuseable. Because of this I decided to make multiple requests. In this case I can just parse the xml and output the data while iterating through it. This is much faster (the fastest way I found, I've tried a lot...). But as you say it is also slow this way...This is because the response from the Google service is really really slow...
So far about my app. Technical it is easy to implement (I think the graphical stuff is the hardest part, but there are libraries for this). The challenge is to find the perfect way to show the data on the device (and to get a good performance for this). You could also load the data sequentially (as I also did).
In my opinion, the hardware is not a problem. This should run on every device.
Actually I don't have enough time to implement this or improve my app (because of another app ). But I hope you will find another developer and looking forward to download this app
Many greets,
aquasonic

Hey, thank you for your detailed input.
I think that one way to help with slow response time from google servers might be to make the requests for data in the background at set intervals (6 or 12 hours) and when the app is opened do the processing of data already received.
The user could clearly see the hour of the last sync and also choose to refresh if they wanted to.
Isn't there a more elegant solution to getting analytics data from google?
Thanks again aqua-sonic, good luck on the other app, let us know how it turns out

Anyone else wanting to take a stab at it?
I'm thinking that as there are a lot of people using analytics apps now, all the more would want to use this.
Any existing users would care to express their opinion?
Would this interface mean an improvement that is worth investing time and effort into?
Would you like to see this done?
Know any good good developers willing to write the code?
Enough questions.

Related

AutoKiller minfree manager

Hi,
I have released my minfree manager. this app is designed to help make your phone run smoother
AutoKiller 0.8.2b
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
- simple/advanced mode
- presets
- settings reapply on boot (no init file hacking, i use a service)
- pages/mb views
come on, check the main thread.
0.8.2b is released
0.9b is out, go get it
Thank you for the app.
I have a few suggestions:
-Presets are applied automatically without having to press apply. This is an inconvenient way to see what the settings are.
-The statistics should be uploaded before app exit when settings are finalized as opposed to each time a setting is applied. (When switching through presets this is a double whammy)
-When the keyboard is flipped on the G1 it resets, settings are applied, and the Start up dialog is displayed.
I have v .09
Keep up the good work!
This software is really a godsend. I've never bothered with most of the "Task Killer" programs for exactly the reason AutoKiller was created: Android already has a way to manage memory.
Never occurred to me that the parameters were adjustable though, so thanks for thinking of it and making a useful utility!
Can we exclude apps from being killed, such as the Alarm Clock, etc? Super important for those of us that want to keep out jobs
Clock shouldn't be killed by this automatic killer.
It should be one of the most important tasks on android.
zimphishmonger said:
Can we exclude apps from being killed, such as the Alarm Clock, etc? Super important for those of us that want to keep out jobs
Click to expand...
Click to collapse
I would like to know too. It keeps killing the email app. Hence I never got any email notifications after a while
I would imagine that the idea of "excluding" apps fro this doesn't make any sense or is even feasible, since it isn't artificially killing apps, rather it is adjusting when Android kills apps, I guess you could add some sort of "keep in memory" option like most new launcher apps have but I doubt the efficacy of those options nor do I know if they can be set via an outside app or whether that must be coded into the app itself...
If its killing off apps you need and use frequently, it sounds like you should lower your presets a notch or two. ie. Optimal instead of Strict
Or let Android do it for you.....
khaytsus said:
Or let Android do it for you.....
Click to expand...
Click to collapse
Android is doing it for you...this just give you the ability to adjust the android settings.
firemedic1343 said:
Android is doing it for you...this just give you the ability to adjust the android settings.
Click to expand...
Click to collapse
I'll hedge my bets on the Google engineers..
Thats fine, you do that. Some of us like that we can do as we wish with our phones to make them even faster.
Why would you even bother posting? Maybe iPhone is the device for you if you like things handed to you and you just take it? ;-)
Don't pick on the poor guy. I mean, come on-- he has like one of the only unrooted nexus one's in existence. That obviously makes him special in the shortbus sort of way and you simply cannot make fun of special people.
Oh, and I love autokiller. Keep up the good work, Ratson!
mosamjc said:
Don't pick on the poor guy. I mean, come on-- he has like one of the only unrooted nexus one's in existence. That obviously makes him special in the shortbus sort of way and you simply cannot make fun of special people.
Oh, and I love autokiller. Keep up the good work, Ratson!
Click to expand...
Click to collapse
Yep, some people have real work to do with their phone, not install random things on it.. So far my "need to root" list is pretty short.
Shortbus.. Not even going to bother on that one.
I forgot, you're too busy trolling and making blackmoor uglier. If you don't like the guy's work, then gtfo because apparently several things are shorter than your list of reasons to root like your imagination, charm, and the micro mini between your legs that causes you to tear down legitimate work that apparently you don't understand. Google didn't engineer a one size fits all solution-- they created an ingenious flexible, scalable open source platform that could be modified into a near infinite combination of solutions to fit any need based on the requirements of oem, carrier, and the hardware itself.
Can we get back on the topic?, which is the app. not who like what how.
Please do not flame each other.
No personal attacks on anyone will be tolerated here at XDA. Please read the Rules.
Here at XDA we believe, everyone has a right to be different; and there is no harm in being different.
If someone attacks somebodies personal choice, it won't be appreciated and will eventually get you into trouble.
So please lets concentrate on the application and not it's users' choices/preferances.
I hope all of you comply.
Madnish30.
Does devices need be rooted to use this app ?
anyone knows how to exclude the alarmclock from the killing? I need it to wake me up.....

Android Town

Ok, Android Town is now an obsolete name and application on the market. It was renamed to Peeples. Peeples is a seperate app on the market so you would need to download that one. It uses the same DB as Android Town so all your information is saved.
Peeples is a social community application which is location based. It enables users to see other users of the application on the map and strike up a conversation with them. Privacy options are also available.
So far the application has over 11k users.
Peeples has the added options of:
- uploading profile pictures and avatar through the application
- sending files from SD card with messages as attachments (5Mb limit for now)
Try it out and let me know what you think.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Running it on a G1 running CM 4.2.15.1.
Noticed a few things.
1) Registration via App Only (not a big deal, just no indication on the site as such)
2) Registration within the app resulted in "passwords do not match" ANY time I left a password field even when they did match
3) Map reacts slowly when being moved or zoomed in/out
As there's no one yet in my area run ning this, I haven't tested many of the other features. I'll report as I experience more.
Thanks for giving it a try. Hopefully some more US citizens register so you'll be able to interact with them. 5000 kms (around 3100 miles) is the biggest radius so far. Most of the users are in Europe at the moment.
Thanks for the heads up on the registration part. I will definitely try to improve it.
I was also thinking about adding content from social networks if users have any (FB, Twitter, FLickr...). What do you think about that?
And thanks again for testing
Have yet to install the newer release for testing, but looking forward to it.
The concept of linking other social media is a fine idea, provided that there are switches set in place to allow for selected/unselected status. I know plenty of users who would want to publish information for their Facebook, but may want to avoid doing so on other networks.
Either way, yeah, further integration with social media is a fine idea.
ill install and test tmmrw probably
seems pretty cool ill make sure to throw it on my EVO as soon as it freakin comes out
Added to my G1. Will let you know what happens.
Cheers. I sent you a msg in the app as well. Can you test how the send message screen looks on lower resolution please?
Testing it out now , but not many *users* in norway.
I'm the only one
Application is still in its's early days. If you choose a larger radius you will see more users (around 45 accross the world right now)
Application has just been published to the market as well, under the Social category of applications.
How about making a public chat channel that every one is in , when we connect . And late maybe switch it so it will be local / country only.
All depending on how many users this app gets
That's actually a very good idea. I'll be sure to do that as soon as possible...shouldn't be that hard (at least for a single one for starters)
Good nice app!
Already tweeted this. I'll Buzz it as well.
Private Messages look fine on the G1. No issue there.
I'll be comparing my experience to my friend's on the Nexus. Hopefully provide you some better feedback concerning how this works with the G1's older hardware.
Edit: First things we noticed, "Passwords do not match!" error is still present when registering via the app, even if the passwords do match. This issue has been replicated on the G1 and the Nexus 1.
Other noted issues:
Attempt to "Add as friend" on the G1 results in a toast of "Error". No other information contained in error.
Sending a picture on the G1 took about 1 min 45 seconds from time of shot to "Picture sent!" toast showed up.
I'll see what I can do to provide better information (such as screenshots, etc)
Let me know what else you could use.
Just a thought, an option to register via the desktop(internet) as well.
i couldn't figure out how to register until I found it as an option in settings when the app was open.
Doh.
It's lonely in the south of england......
Working on the mentioned bugs as we speak. Will probably release an upgrade today that might fix a few things.
@squirreleater: the internet register option is definitely needed. I agree.
anyone from germany?
feature request: please include option to add user with the username directly so that people from here can invite eachother other than searching on the map
install
Wont install on my Hero ??

Request to develop basic app: Sobriety/Clean-time counter

Hi,
Not sure if this is the right place to post, but I wondered if there were any developers out there up for creating an app for android. What I am on about is a "Sobriety Counter" type app. The iphone has one it's called "Friends of Bill"
It is basically just a counter, you would type in a date and time and it continues counting from that date.
Would be great to get on on my android phone! and I'm sure loads of other people would be interested in this, as I see a lot of people in na/aa meetings who have the iphone one.
Cheers!
Oli
I might be able to make something after Im done with my next app
I was about to put one together, but then I did a search for Android apps and found this: hxxp://listandroidapps.com/2010/09/06/android-apps/lifestyle-android-apps/12-steps-aa-companion-android-app/
Doesn't it do what you need?
Do you need something THAT specific? There's a Day and Time app that does this sort of thing too..
http://www.appbrain.com/app/daysanddate/com.deskangel.DaysAndDate
You put in a date and can save it and you can see time since/time to.. And it's a great date calculator on the fly, ie: What's the date 50 days from now, etc.
Hi, thanks for the replies. That AA app looks great, but doesnt have a counter on it, and the Daysanddate too, ive installed it, very useful, but what I am talking about is like a constant running counter. This is a screenshot of the iphone one:
hxxp://a1.phobos.apple.com/us/r1000/045/Purple/57/63/f6/mzl.fdnllajk.320x480-75.jpg
Any counter like this would be great, but would be cool if it could say like "This is your clean time: "
Thanks a lot guys!
Oli
Or does anyone know an app that already does just a basic counter. Set a date/time and it continues counting.
First attempt:
It displays a counter and you can reset it.
The sponsor stuff does not work yet, and it's butt-ugly because it's a proof of concept.
Get it from this page (second link): http://nexus.zteo.com/projects/beta/
Thanks so much man!!
Really like the way you've added the sponsor part into it. That is such a great idea. I would definately use that option.
Need to be able to enter date and time from when first got sober, then the counter continuously counting from then. So when you open the app it will say the amount of sober years/months/weeks/days/hours/mins/secs from the original Date/Time entered. Anyway of making the counter visually carry on counting when it's open too?
The oops button you included would be good too! I wont ever have to use it though (fingers crossed!)
Amazing for first attempt man. This really could become something great! I know it will be popular in the recovery community, I know a lot of friends who will use this.
I uploaded a new version.
It looks a bit better and the "Call sponsor" feature should work.
Still not happy with the overall look, especially the layout of the buttons. There is no sense of which ones are more important.
Also: the counter, albeit counting ok, actually can display weird stuff. Hrm.
Cool! Will install it when I get home.
The most important thing is to able to manually enter a time and date, then the counter will continuously count from that time and date. E.g for me I will want to enter 10am 07/07/10, and when the app is open it will display the elapsed time since then.
Is it possible to make the counter carry on counting when the app is open too?
Thanks a lot for this!
OK. Listened, added, skinned.
Please re-download it, have a look at the help, let me know.
Cheers!
Love it!!!!
Looks awesome man! Really really grateful for this!! This is exactly like I was describing! Really this is great though man! Impressed. Now I have the icon on my homescreen it is the quickest way to actually call my sponsor 2 clicks, instead of going to contacts, etc!
Couple of things, I really like the "Token" option, is it possible to select image from gallery as well as take picture?
Also could you put it as "You have been clean and sober for:"
Would it be OK to send the link to this thread to some of my friends online who would be interested in this and could help test it out?
I will add the picture gallery at some point, for sure.
And I will change the text too.
Sure, tell your friends about it; it's free and I will soon upload it to the android market.
I can put it on the market for ya if you want so it can receive updates and such. Also would benefit other users. PM me if you want!
Captainkrtek, thanks for your offer. I already have a market account though so it took me only a few moments to upload it (90% of that spent lamenting Google's new requirement for a 512x512 "icon"!)
For anyone interested, the latest version is now available on the market. Look for "Sobriety counter."
This should be on the newsfeed! Awesome app!
Thanks
So, here is the QR code for the app:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Widgets
Coming very soon (need to run regression testing and that's it): Widgets.
As discreet -- or not -- as you want them to be. I'm thinking three different widgets:
Hi, I have found a slight bug, thought I would report it. If you open the App and then exit it just using the back button, then when you open the app again the time hasn't continued counting. It has paused during the time when the app was closed (running in the background). The only way to sort it out at the moment is to use Taskiller, then when you open it again it is working normally. So if you could possibly fix it so that it carries on counting when the app is closed and running in the background.
Widgets sound great, again a great development!
I have shown a few people this app now and spreading the word, a lot of people want it on their phones. My friend has actually decided to upgrade her phone to an android phone simply so she can have this app!! Cleantime is a very important thing to people in recovery, so this app is brilliant!
Good catch.
I just updated the market app. with a fix for this.

[Q] Riddle me this.

Hi, does anyone know why the ANDROID system menus are not listed alphabetically? They seem to be listed in some indiscernible order, at least in English. I feel it would be logical and more user friendly if the order was alphabetical. Any ideas, thoughts?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks. Anil
PS. I'm running CM7 on a O2X with an ICS theme.
They're roughly ordered into categories, although the more used options tend to be closer to the top (WIFI settings have the possibility to be accessed as part of regular usage, other menus are accessed less frequently)
Kagadar said:
They're roughly ordered into categories, although the more used options tend to be closer to the top (WIFI settings have the possibility to be accessed as part of regular usage, other menus are accessed less frequently)
Click to expand...
Click to collapse
Hi Kagadar, categories? Most frequently used?
I for one have a Wi-Fi widget, which means that option can be accessed from one of my home screens. When I do pay a visit to the system menu's, it seems a bit chaotic, especially for new users. And don't user patterns differ greatly?
Most OS' use an alphabetical listing, which is logical. Thanks for your reply. I wish there was an option to list alphabetically.
Anil
Yeah, I would have to goto usability/ease of use. Top 4 options in ics i use many more times than other options
While I agree that it is chaotic at first, not everyone uses a wifi widget (I simply don't have the screen real estate for something as infrequently used as that). If I need to enter settings, 9/10 times it is to access bluetooth or wifi settings. Those are right on the top simply because they're the most common reason to be in the settings menu.
A lot of the other settings are things that only need a one time configuration based on the users preferences. Applications is another commonly used one, but its redundant since there is a link from the launcher context menu directly to the applications page.
Kagadar said:
While I agree that it is chaotic at first, not everyone uses a wifi widget (I simply don't have the screen real estate for something as infrequently used as that). If I need to enter settings, 9/10 times it is to access bluetooth or wifi settings. Those are right on the top simply because they're the most common reason to be in the settings menu.
A lot of the other settings are things that only need a one time configuration based on the users preferences. Applications is another commonly used one, but its redundant since there is a link from the launcher context menu directly to the applications page.
Click to expand...
Click to collapse
Hi Kagadar, interesting points. I have never used Bluetooth, LOL. And your right once most settings are normally visited once and then set, there isn't much need to go back. I have a Wi-Fi widget simply to turn Wi-Fi off so I can switch to 3G when my home internet connection has a lot of traffic.
I think the most 'logical' order would alphabetical. But the coolest order would be sorted in order of times used. The options you rarely use move down, and the ones you use often move to the top. That is how technology should work, for us, not the other way around.
Thanks for your sharing your opinion, very enlightening. Anil
toast333 said:
Yeah, I would have to goto usability/ease of use. Top 4 options in ics i use many more times than other options
Click to expand...
Click to collapse
Hi toast333, ease of use is always the best option. But ALL users have different usage patterns. So you may please a lot of users, some users will be s**t out of luck.
But my question is from a UI designers point of view. I know new users know their alphabet, a, b, c, d... So having to learn where settings are, can be less frustrating if they follow an order they already understand.
I do see your point, you are by your comment, an experienced user? I wonder how new users would find this layout? I cut my UI teeth on a Mac, a platform which has a lot of consistency and predictable logic. Simply because a user shouldn't have to re-learn certain fundamentals. Key commands are the same throughout and rarely/never change from app to app.
It makes the user experience less frustrating.
Thanks for your opinion. Anil
Apple probably have a Patent on listing Menus alphabetically!
DirkGently said:
Apple probably have a Patent on listing Menus alphabetically!
Click to expand...
Click to collapse
Actually Apple, don't list menu items alphabetically.
Thanks for your informed comment. Anil
Not only did you miss the point but you failed to realise that it even existed!
Do you think that every patent Apple owns is IP that is included in it's own software? That's not how it works!
DirkGently said:
Not only did you miss the point but you failed to realise that it even existed!
Do you think that every patent Apple owns is IP that is included in it's own software? That's not how it works!
Click to expand...
Click to collapse
OK, if it makes you feel better, feel smug.
Nothing like ignorance without the bliss.
Greetings from sunny Italy. Anil
And one more because it's a Friday

[APP][5.0+][v0.9.0] Tag My Knowledge - Personal Knowledge Management made simple

Tag My Knowledge
Personal Knowledge Management made simple
Quickly store and categorize bits of knowledge you find in books, videos or podcasts and convert them into habits that change your life.
​
Hey everyone!
I love watching podcasts and CEO interviews on YouTube. However, I quickly ran into some big issues (see below).
Luckily, since I'm a developer, I can fix these for myself. The solution turned out to be pretty good, so I decided to share it
Issues that I ran into with existing solutions (ie. what this app is trying to solve)
Issue #1: Knowledge is buried under grocery lists
Originally I used Google Keep, but at some point I realized that everything below a certain "scroll threshold" was lost forever unless I specifically searched for it.
To combat this, Tag My Knowledge uses what's called spaced repetition.
By reading something 10 times with time in between, you remember it much better than If you read it 10 times in a row.
That's why Tag My Knowledge uses a feed-approach. Every day, you see random items so you subconsciously build habits out of them!
Issue #2: Note taking wasn't fast enough
Speakers talk pretty fast and while you can pause & rewind YouTube videos, it quickly becomes annoying. Even worse, you can't rewind live events.
Tag My Knowledge is optimized to keep up with that. Adding knowledge takes as few clicks possible.
That way, you never miss some important off-topic nugget never again!
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features
A single piece of knowledge can consist of a title, rich text description, a source (with optional link), tags and one or more categories
You can manage all of your tags in one place
You can modify your list of categories (up to 5). You can change name, icon and order.
The first 4 will be shown as tabs at the bottom for quick access
You can filter for tags
You can toggle feed/history mode. History mode shows all your knowledge in chronological order (within that category), feed is essentially random (algorithm behind it but whatever)
Works on multiple devices (currently only on Android & via Progressive Web App)
Download / Where to get it
Website (here you can also sign up for a newsletter to get notified on updates)
Progressive Web App (also works on iOS)
Huawei App Gallery (doesn't have Google login, otherwise equal. Screenshots are outdated, app isn't.)
As of right now, the app is completely free and everything that's in it will definitely stay free forever.
That being said, if there's enough interest, I'll probably create some sort of premium plan so I can continue to improve it.
I have so many ideas on how to improve this, but I can't afford to invest my life into it without being able to pay my rent.
Please comment below and let me know what you think about it
Specifically, these are the question on my mind right now:
- Is this useful to you at all?
- What solution are you currently using, if any?
- I would use this, if ...
Have a great day!
~Philipp Bauer
Google Play and the Google Play logo are trademarks of Google LLC.
Basically a good idea, but why do we need an account for it? I'd rather keep my notes local. If need be, put them in a folder to sync via the preferred solution (e.g. NextCloud).
Thanks for the feedback!
I thought about that as well, but in the end I decided against it for a few reasons:
- The app is built for simplicity and having to set up your own sync solution would go against that
- Synchronization between mobile & web versions can never be completely seamless & instant when relying on cloud storage providers or custom solutions. I also found this way too easy to mess up on both sides.
- Local-only data is inherently lost when you lose your phone. This is obvious, but originally I was the only person I developed for and I constantly softbrick/switch/factory reset/upgrade my device so I'd rather not risk that or take the time to do manual export/import
I also have a lot of features planned which simply aren't possible (or become incredibly tedious) when the database is local.
- A twitter bot to tag knowledge automatically when you @ it (similar to readwise.io).
- In-app knowledge sharing (if I get the chance, I'd build some optional social media features into the app). For example you could share your knowledge in exchange for a custom email feed of other people's knowledge that could be interesting for you
- A chrome extension
CiriousJoker said:
Thanks for the feedback!
I thought about that as well, but in the end I decided against it for a few reasons:
- The app is built for simplicity and having to set up your own sync solution would go against that
- Synchronization between mobile & web versions can never be completely seamless & instant when relying on cloud storage providers or custom solutions. I also found this way too easy to mess up on both sides.
- Local-only data is inherently lost when you lose your phone. This is obvious, but originally I was the only person I developed for and I constantly softbrick/switch/factory reset/upgrade my device so I'd rather not risk that or take the time to do manual export/import
I also have a lot of features planned which simply aren't possible (or become incredibly tedious) when the database is local.
- A twitter bot to tag knowledge automatically when you @ it (similar to readwise.io).
- In-app knowledge sharing (if I get the chance, I'd build some optional social media features into the app). For example you could share your knowledge in exchange for a custom email feed of other people's knowledge that could be interesting for you
- A chrome extension
Click to expand...
Click to collapse
Right, that does sound interesting and well thought-through. But in the end of the day that approach is exactly *not* what I am looking for. Thanks anyway.

Categories

Resources