[Developer] Any Interest?? - Android Apps and Games

***Developers Read***
I Have Four App Suggestions For Any Developers Willing To Take On Any Of The Projects!!
{Suggestion #1}.... Is A App That Can Be Run To Fix Parse Issues Sometimes Associated With Installation Of Apps, And If It Can Fix The Parse Issue, Specify Why!
{Suggestion #2}.... Is A App That Basically Asks Where On The SDCard (Or If Possible, Even Desktop) You Would Like The Current App To Be Installed, Similar To A Desktop Computer, Which Gives The Option To Choose Exact Folder/Desktop Location!!
{Suggestion #3}.... Might Be Reaching On This One, Lol!! But....
It's A Request For A App That That Makes Apps, It Would Basically Have "SIMPLE" Hooked On Phonix Options, For How Or What The User Would Like To Create!! Like I Said Probably Reaching Huh? Lol!!
& Finally Probably The One I'm Hoping For The Most....
{Suggestion #4}.... This Suggestion Is For More Options In The XDA App It Self, Such As.... The Ability To Bookmark Forum Page, Directly Return To The Last Page ( After Closing App), Upload Apps/Scripts Directly From Phone ( Instead of Home Computer), Edit Profile (Pictures), & Also Fried Request!!
Hopefully Someone Will Like At Least One Of These Ideas And Try To Bring It To Life...
Also.... I'd Like To Give A Quick Thanx To All The Developers!!
Sent from my HERO200 using XDA App

I'm not a developer, but in response to number 4. The XDA app is actually built off another app named Tapatalk Pro. The folks at Tapatalk Pro made this app special for us XDA users.
If you want a feature added, I would suggest contacting them. Best of luck on the rest!

dkelle4 said:
I'm not a developer, but in response to number 4. The XDA app is actually built off another app named Tapatalk Pro. The folks at Tapatalk Pro made this app special for us XDA users.
If you want a feature added, I would suggest contacting them. Best of luck on the rest!
Click to expand...
Click to collapse
Okay, I Will "Try" To Contact Them...& Hopefully They Will Consider My Suggestions.... Either Way, Thanx For The Information Man!!
Sent from my HERO200 using XDA App

PMGRANDS said:
{Suggestion #3}.... Might Be Reaching On This One, Lol!! But....
It's A Request For A App That That Makes Apps, It Would Basically Have "SIMPLE" Hooked On Phonix Options, For How Or What The User Would Like To Create!! Like I Said Probably Reaching Huh? Lol!!
Click to expand...
Click to collapse
Maybe reaching a bit if you want to create apps on your phone. Google has a tool called App Inventor that will help you create apps in a web browser on your computer:
http://appinventor.googlelabs.com/about/
What you are looking for is often called Rapid Application Development, or RAD. Searching for Android RAD doesn't help much, but it does show that there are other people looking for Android RAD.

brucemcl said:
Maybe reaching a bit if you want to create apps on your phone. Google has a tool called App Inventor that will help you create apps in a web browser on your computer:
http://appinventor.googlelabs.com/about/
What you are looking for is often called Rapid Application Development, or RAD. Searching for Android RAD doesn't help much, but it does show that there are other people looking for Android RAD.
Click to expand...
Click to collapse
Thanx For Your Info Man.... Appreciate It!!
Sent from my HERO200 using XDA App

Related

[APP] MySQL Manager

I'm trying to get a feel for what kind of demand there is out there for a MySQL manager for Android.
Obviously there's only going to be a small niche of people who would want/use one, myself included, so I guess I wanted to get the feedback of the people on these forums to see what demand is like.
I'm currently building one that I plan to stick on the Android Market in the next week or so, and I'll let everyone who expresses interest know when that happens. The first version I put out will be a "lite" version. Features will include:
Create/Edit/Delete server/db credentials
View a list of all Tables, Views, and Stored Procedures in a db
View first 100 records of any Table or View
Drop Tables, Views, and Stored Procedures
Add/Edit Views
Add/Edit Stored Procedures
Run custom queries
If the demand and responses are good, I will completely re-do the UI, add some nice graphics, and put out a much more feature-rich version. Not going to waste my time to do that, though, if I don't feel there is enough need.
Thanks in advance to everyone who responds!
-teleknEsis
Any plan for SSL authentication like desktop client?
Sent from my Nexus One using XDA App
jameztcc said:
Any plan for SSL authentication like desktop client?
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
Probably will be in the full version
teleknEsis said:
Create/Edit/Delete server/db credentials
Run custom queries
Click to expand...
Click to collapse
I would definitely use this. Personally, running custom queries would be the only thing I would use it for tho (i'm a sql/command line ninja haha). Hard saying how often I would use it. Currently I just ssh into a nix box and use mysql client from there when I'm remote/without a laptop and need to fix something.
teleknEsis said:
Probably will be in the full version
Click to expand...
Click to collapse
Look forward to it. Thanks.
Sent from my Nexus One using XDA App
jameztcc said:
Look forward to it. Thanks.
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
I have released the initial version of my app on the market. Search for AndSQL.
Keep in mind, this is a very rough first version and is not intended to be complete with features. If response/feedback is good I will re-do UI, add graphics, and style it. Any feedback is greatly welcomed. Thanks!!
-teleknEsis
Can't find on the market, is there a download link?
Also, about "Run custom queries" is there the option to save/load the queries too?
I will appreciate that because i often run the same queries, so i save and load them when i need
__max__ said:
Can't find on the market, is there a download link?
Also, about "Run custom queries" is there the option to save/load the queries too?
I will appreciate that because i often run the same queries, so i save and load them when i need
Click to expand...
Click to collapse
As of right now there is not. This would be a feature I would definitely add if I decide to make a 'full' version. This was really more or less just a quick tool I made for myself to do quick db edits/checks on the fly when problems are reported. It has a ton of potential, I'm just not sure how large the demand is for a 'full' version of this.
My app targets 2.1 and up so not sure why you don't see it in the Market, but I'll go ahead and post it in the OP. Look for it there.
Ok, thanks for reply, it's quite useful already to do quick and emergency checks.
I'm on froyo now, so i should be able to find it in the market...
__max__ said:
Ok, thanks for reply, it's quite useful already to do quick and emergency checks.
I'm on froyo now, so i should be able to find it in the market...
Click to expand...
Click to collapse
Did you ever find it? I posted it in the first post in case you never did find it in the market.
got it from market , thanks!
Sent from my Nexus One using XDA App
Downloaded from here.
It seems to connect, at least i don't receive any error, but i don't see the tables/views/sproc, and if i try to run a query the result is empty..
Tried with 2 different db on 2 different servers.
Sent from my Nexus One using XDA App
__max__ said:
Downloaded from here.
It seems to connect, at least i don't receive any error, but i don't see the tables/views/sproc, and if i try to run a query the result is empty..
Tried with 2 different db on 2 different servers.
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
There's likely a bug in my connection error reporting. If you're not seeing any tables or views then there's probably something wrong w/ your connection settings.
Make sure your MySQL db is set to allow remote connections, and also verify that the port you specified is correct. Hope that helps
Im' pretty sure everything it's ok, from my home pc i can connect without any problem...
__max__ said:
Im' pretty sure everything it's ok, from my home pc i can connect without any problem...
Click to expand...
Click to collapse
Hmmm well works fine for me with several different MySQL db's on different servers, different hosting solutions. I'll make sure connection error reporting is working tonight and submit an updated app for you.
Thanks, i appreciate the effort
Sent from my Nexus One using XDA App
Great APP! Thanks for sharing and developing this app!
hi... anyone knows an app like MySQL Manager for windows mobile 6.5? thanks...

Better Facebook app?

Hi guys,just wondering whether anyone can help to create a better Facebook app?The official Facebook app is great but just some issues with it.I can't seem to view photos that doesn't come with a album and sometimes,the Birthday of some people aren't shown.Lastly,maybe a function to be able to view your mutual friends with a certain someone would be great! This Facebook 'part' I unfortunately feel that the iPhone Facebook app is actually better...So please,any app developer for a better Facebook app???
AsherChua said:
Hi guys,just wondering whether anyone can help to create a better Facebook app?The official Facebook app is great but just some issues with it.I can't seem to view photos that doesn't come with a album and sometimes,the Birthday of some people aren't shown.Lastly,maybe a function to be able to view your mutual friends with a certain someone would be great! This Facebook 'part' I unfortunately feel that the iPhone Facebook app is actually better...So please,any app developer for a better Facebook app???
Click to expand...
Click to collapse
Bloo 1.5, not available on market, but you can probably find it at any of the popular file charing websites (mods: its a free app, so im not promoting warez)...or if youd like i can upload the .apk for you to download and try out
It has chat, notifications for EVERYTHING (including wall/status posts, photo comments, etc.), birthday alerts...pretty much everything
Great!Can you upload the .apk please?
Enjoy....let me know what you think....and dont forget to slam the "thanks" button, glad to help
I just tried this but I can't get facebook to give me the six digit code I need. I gives me an error to try again later. I guess I'll have to do that and see what happens.
Sent from my DROID2 using XDA App
elvyrorie said:
I just tried this but I can't get facebook to give me the six digit code I need. I gives me an error to try again later. I guess I'll have to do that and see what happens.
Sent from my DROID2 using XDA App
Click to expand...
Click to collapse
a lot of people have this issue. i pulled this from the developers blog (http://fbandroid.wordpress.com/), give it a shot, and report back
Update: Kate from the comments provided some instructions to get the 6 digit code! Thank you Kate!
1. In your browser, enter in http://m.facebook.com (this will bring up the mobile site)log-in to your facebook account.
2. In the “Search” box at the BOTTOM of the page type in “Bloo for Android” and click on “Search”.
3. Click on the application “Bloo for Android” (NOT the group).
4. Then click on the button that says “Allow”. This will link your Facebook account with Bloo.
5. Now, from your phone go to your Bloo application and click on “Get Code” and it should take you to the code page!
6. Enjoy!
*Note* I used the m.facebook.com site directly from my PC, I didn’t try it on my phone… so if it doesn’t work on your phone, try it on your home computer.
I hope this helps out a lot of people!
That wireless flawlessly. You saved me alot of time later on trying to figure that out. There is one option I see missing. The search option. I don't want to scroll through all my friends just to get to one of their pages.
Edit, I figured it out how to do it.
Sent from my DROID2 using XDA App
elvyrorie said:
That wireless flawlessly. You saved me alot of time later on trying to figure that out. There is one option I see missing. The search option. I don't want to scroll through all my friends just to get to one of their pages.
Edit, I figured it out how to do it.
Sent from my DROID2 using XDA App
Click to expand...
Click to collapse
well you can either use the side scroller, or long press your phones menu button to bring up your keyboard, and it searches as you type
or if your phone has a search button, just press that
One more thing: keep in mind this app isnt flawless, it may suck your battery a little bit....and also ive noticed that if you get multiple notifications in a shrot period of time, it might skip over some......other than those two things, its certainly good enough that ive been using it since its release
Does it let you edit and post comments?
Sent from my DROID2 using XDA App
elvyrorie said:
Does it let you edit and post comments?
Sent from my DROID2 using XDA App
Click to expand...
Click to collapse
no editing......yes it lets you post
Guys I need help.I can't seem to view photos of myself or other people.It says there's no album.And events are not shown too...
You cant easily click a photo on the facebook apps stream and have it point you to the photo, usually it dumps you to the profile instead...
Sort of on topic sort of off topic...
I don't think people should have to make better alternatives to the Facebook app.
I think facebook should get their bloody act together and give us a suitable app that:
Has all the features of the utterly fantastic Iphone one.
DOES NOT RAPE BATTERY.
If everyone rates it 1 star we will get an update. simple as that...
Personally I have uninstalled Facebook, wiped it from the system folder, I use SyncMyPix for contact photos and I use Tweetdeck to pull in my facebook updates. for anything else I need on facebook I use the touch site...because what the app carried on sending you to anyway...
Ive noticed ive gained 3hours per charge since uninstalling all traces of facebook. It is just poorly coded, poorly presented, crippled bloatware.
The new F-plus on the market is pretty good. Offers push notifications and news feed now. Doesnt have chat. Go facebook chat is pretty good though.
I definintely like f+ better, I think I'll keep it and use it.
Sent from my DROID2 using XDA App

You have an idea, I will write app for you, Request here ^^

You have an idea, I will write app for you, Request here ^^
Sorry for my bad Englishm I am a develeoper now, i think everybody need some "Small" Apps to use everyday
So i create this thread , if i can, i will code free for all
Thank you ^^
A xposed based module that can constumize navigation ring (that can swipe up from the soft key and get google now).
Hope you like my Idea
Bad English for me too haha XD
Sent from my Nexus 4 using XDA Premium 4 mobile app
i want a widget that could draw note right at the homescreen! not in the app
could you
I have 2 ideas.
Hi.
I have 2 ideas (requests?).
1. Like a monolingal which is a OSX's program. It will keep some locales which we chosed and delete the other languages.
2. Additional Locale. not like a morelocale2 and so on. additional locale which device have not (not hidden). Normaly, it's too difficult for noob ( I heard specilist can add locale).
Cheers.
another idea: an app that turn screen on a black screen and the icon of notification whenever notification come up (and screen is turn off of course). can you?
An app that lets me see the history of my notifications, even those i've already seen
Sent from my HTC One S using xda app-developers app
would you write an app that can easily change the user account.. like the one in nexus 7 (android 4.3).. because my rom would allow me to create user profile but its kind of troublesome to change user.. i have search many thread for this kind of app... thank you
Game porting
An app for porting armv7 games to armv6. Basically, modifying the .lib files. Also resizing the drawable and re positioning it to fit other resolutions in proportion.
I'm trying to make one myself but can't figure it out.
I want an app that tests the functionality of the phone and tells you what works, what diesnt and what is missing
Sent from my GT-I9505G using xda app-developers app
an app wich remind you when you missed call or sms with support tts.
for exemple : every x mn for x time, he tells you "you missed a call FROM" or "you had a message FROM"
TIA
ngvhoang96 said:
i want a widget that could draw note right at the homescreen! not in the app
could you
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.plumillonforge.android.ano&hl=en
vansulich said:
.
Click to expand...
Click to collapse
i was planning on making an app called Floating Dock, it was a redesigned mac OSX doc for android, on the home screen the dock would be there, but anywhere else to access the dock you needed to slide up, but i dont have the time to make it, i actually only finished the dock icon so if you would like you could continue that?
App Like Super BT Hack (For S60V3)
vansulich said:
You have an idea, I will write app for you, Request here ^^
Sorry for my bad Englishm I am a develeoper now, i think everybody need some "Small" Apps to use everyday
So i create this thread , if i can, i will code free for all
Thank you ^^
Click to expand...
Click to collapse
Hello Dear
I am wordering to have an app like Super BT Hack (For S60V3) through which you can read others sms, contacts and make the others phone ring via BT. Is there any app existing with such capabilities. If yes then name it and if not please develop it because it is a very good tool to keep an eye on the activities of your loved ones.
Regards
dasy said:
My English also very bad,I want to improve my English,what can I do?
Click to expand...
Click to collapse
I am also troubled for this thing, I have tried a lot to learn English APP, it's not good use.
thanks, but i want it stay at my homescreen only, not in app
This is a great idea, thanks!
How about an app that modifies the original Samsung keyboard to allow text shortcuts (i.e. when "u" is typed it automatically replaces it with "you")
asifsh0071 said:
Hello Dear
I am wordering to have an app like Super BT Hack (For S60V3) through which you can read others sms, contacts and make the others phone ring via BT. Is there any app existing with such capabilities. If yes then name it and if not please develop it because it is a very good tool to keep an eye on the activities of your loved ones.
Regards
Click to expand...
Click to collapse
What about my idea. Nobody is interested to answer my question.
asifsh0071 said:
What about my idea. Nobody is interested to answer my question.
Click to expand...
Click to collapse
Or at least please suggest me a forum where I can find solution.
Hi! Thankyou so much for use your knowledge to help US little mortals!
I think off an app that could imitate the ICS onscreen buttons at the botton of the screen..this app(obviously) will be designed for gingerbread
if you could make that happen..youll be loved for all GB users in the world
Sent from my R800i using xda app-developers app
I found perfect site for creating apps...Yesterday I ended up on some site called apps-machine.com . I have to share it with you guys. I started creating my own app and after 15 minutes clicking on their control panel(no programming,just clicks) I made app in what user could make effects on their photos,paint photos,play music,play videos,have notepad,chat and stream music. They got literally 1000's of features on their control panel I think this could be a gold mine And I read something that they have free app development and so on. Aaand you can change everything all the backgrounds,colors,tabs...and you instantly see it on that same page through their simulator..don't know how they managed to do that but it is super handy...I am super excited at the moment..time to get some apps on apple and play store

[APP][4.0+]Backbone File Manager - Looking for Alpha testers

Hey everyone, I'm one of the developers of a new app called Backbone File Manager. It's open source and based on CM File Manager written by Jorge Ruesga.
My partner and I have been working a on a rewrite of this project for the past 10 months or so, and I think it’s finally ready for alpha testing. *We’re running things through the Play Store’s alpha/beta manager, so I’ve prepared the G+ community linked below for access management. *Interested testers can request an invite to the community and I’ll wave you in as quickly as possible.
What we're looking for
I’m particularly interested in device specific bugs/feedback and in discussions with folks about their workflows. *As you all know, many of the file manager apps out there aren’t very #HOLOYOLO and fail to provide a polished, standards-compliant experience. *Add that to the fact that managing files is inherently unintuitive and cumbersome, and you have a recipe for a bad experience. *I’m hoping to address this endemic deficiency with a more intuitive experience that simplifies common workflows.
Future Plans
We don’t yet have the features to stand toe-to-toe with apps like ES File Explorer or FX File Explorer yet, but Backbone is still pretty full featured (Root, Text Editor, Thumbnails, Usual goodies) and we’re continually working to implement more features like cloud access. *Rest assured, my partner and I are in this for the long haul - so you'll continue to see updates and improvements.
Once we work out enough of the bugs, we’ll move this into beta/production and implement a (tentative) price of $2.99, so get it now while it’s hot (and free)! *My plan is to continue running the alpha channel in parallel to the beta/production releases.
How to Join
I’m sure that many of you are familiar with the process already, but in order to download the app you have to:
1) Be a part of the community
2) Click on the link that says “Alpha test opt-in”
3) Click “Become a tester”
4) Click “Download Backbone File Manager Alpha from the Play Store” at the bottom of the page
G+ Community
I'd like to test
Sent from my SM-N900P using Tapatalk
corybucher said:
I'd like to test
Sent from my SM-N900P using Tapatalk
Click to expand...
Click to collapse
You're in! I look forward to your feedback.
Cool Thank you
Sent from my SM-N900P using Tapatalk
Looks good, I would like to test for you. invite requested
Sent from my C6603 using XDA Premium 4 mobile app
invite requested too.:good::good::good:
thanx for accepting me.
danlivesey said:
Looks good, I would like to test for you. invite requested
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Done. For others that are reading, invites are being accepted within 10-60 minutes. I'm approving you from my phone every few minutes.
Lokks good. Invite requested
Wanna try it,please invite
Sent from my HTC Desire VC using Tapatalk
I'm interested in testing! Request to join sent ?
Sent from my LG-D802 using XDA Premium 4 mobile app
runs good so far and looks very cool until yet no problems,only when change to other sd card it stuck for some seconds.
tested on LG L5 e610 with Paranoid Android 3.99rc2(Android 4.3.1). :good:
-CALIBAN666- said:
runs good so far and looks very cool until yet no problems,only when change to other sd card it stuck for some seconds.
tested on LG L5 e610 with Paranoid Android 3.99rc2(Android 4.3.1). :good:
Click to expand...
Click to collapse
When you say stuck, do you mean that it took a while to open? Did it eventually open? If it was just a delay, how long was it?
Just had a quick test and it looks good and feels smooth. I like it, will test more functions ttomorrow.
Sent from my C6603 using XDA Premium 4 mobile app
bkensey said:
When you say stuck, do you mean that it took a while to open? Did it eventually open? If it was just a delay, how long was it?
Click to expand...
Click to collapse
at first time the app have crashed but now it needs up to 10 seconds,even the color customizing did not work for me,i make log and post here in some minutes.but in moment im uploading a rom so it can take some minutes,my internet is damn slow at moment.
bkensey said:
Hey everyone, I'm one of the developers of a new app called Backbone File Manager. It's open source and based on CM File Manager written by Jorge Ruesga.
My partner and I have been working a on a rewrite of this project for the past 10 months or so, and I think it’s finally ready for alpha testing. *We’re running things through the Play Store’s alpha/beta manager, so I’ve prepared the G+ community linked below for access management. *Interested testers can request an invite to the community and I’ll wave you in as quickly as possible.
What we're looking for
I’m particularly interested in device specific bugs/feedback and in discussions with folks about their workflows. *As you all know, many of the file manager apps out there aren’t very #HOLOYOLO and fail to provide a polished, standards-compliant experience. *Add that to the fact that managing files is inherently unintuitive and cumbersome, and you have a recipe for a bad experience. *I’m hoping to address this endemic deficiency with a more intuitive experience that simplifies common workflows.
Future Plans
We don’t yet have the features to stand toe-to-toe with apps like ES File Explorer or FX File Explorer yet, but Backbone is still pretty full featured (Root, Text Editor, Thumbnails, Usual goodies) and we’re continually working to implement more features like cloud access. *Rest assured, my partner and I are in this for the long haul - so you'll continue to see updates and improvements.
Once we work out enough of the bugs, we’ll move this into beta/production and implement a (tentative) price of $2.99, so get it now while it’s hot (and free)! *My plan is to continue running the alpha channel in parallel to the beta/production releases.
How to Join
I’m sure that many of you are familiar with the process already, but in order to download the app you have to:
1) Be a part of the community
2) Click on the link that says “Alpha test opt-in”
3) Click “Become a tester”
4) Click “Download Backbone File Manager Alpha from the Play Store” at the bottom of the page
G+ Community
Click to expand...
Click to collapse
Invite requested.
Sent from my GT-I9070 using xda app-developers app
here some logs from crashing,it seems that when i change to another storage and then back to previous the app is hanging up and does nothing anymore until i kill it or the message pops up the the app is not responding and must be stop,even if i change colors,after this i go out from the settings and open a folder the app stop working too until i kill it and restart.
Good file manager. Would like to have zip-viewer.
I can seem to get root access, to get to system flies, it's not asked once. Any ideas? It says it's in safe mode.
EDIT: I just had to click safe mode silly me haha, I now have root.
U
Xperia z stock 4.2.2 jb rooted
Bootloader locked
Edit: backbone just froze and forced closed On me after I just opened the app and did nothing.
Also when I try to copy a file from sd card to external usb it starts transferring but won't let you cancel it and I had to force close it. Is there any chance of implementing a bar or mb counter so we know how long is left On a transfer,
Sent from my C6603 using XDA Premium 4 mobile app
redndian said:
Invite requested.
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
Unable to download from Playstore
Sent from my GT-I9070 using xda app-developers app
redndian said:
Unable to download from Playstore
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
Use the play store on your browser instead of the play store app. It worked for me
Sent from my C6603 using XDA Premium 4 mobile app

[APP][4.3+] Magnify for Instagram - Automatic Hashtag Insertion - Feedback Please

Hi All,
I made this new app which acts as an extension for Instagram on Android to help you add curated hashtags to your photos automatically within the Instagram app without having to switch to a different app for that.
How to add hashtags?
-> Open Instagram, select your photo and proceed
-> On the caption area just type in this format magnify_tagsname or magnifytagsname where tagsname is the Tag Category Name
-> For example, for adding Nature related tags you can type magnify_nature or magnifynature , also for Food tags you can type magnify_food or magnifyfood
Other Features
-> You can schedule your posts for Instagram with this app
-> You can also repost a photo with this
Go ahead, give it a spin and let me know if you face any bugs or other issues.
Download from Google Play -> https://play.google.com/store/apps/details?id=com.upcurve.magnify
Also please comment your suggestions or thoughts on this so that I can improve and make this a better app for everyone. :fingers-crossed:
New update released with some scrolling behaviour issues fixed.
Some feedback would be helpful in making it better
The repost slider doesnt stick so the feature dont work. Also i suggest lowering the price of that app. I was gonna buy it, but 5 eur is too much. 1-2 eur i would pay for it, but not 5.
Sent from my unknown using XDA-Developers mobile app
Just bought it to try out the custom tags feature. Its very slick on how it works. I like it. I'm gonna be trying this out some more in the coming week. One request though, could you make some of the preexisting categories hide-able? I have no use for any of them and would like to hide them to keep stuff clutter free. If this can't be done, I can work around it though. Thanks again for the awesome app!
ert69 said:
The repost slider doesnt stick so the feature dont work. Also i suggest lowering the price of that app. I was gonna buy it, but 5 eur is too much. 1-2 eur i would pay for it, but not 5.
Sent from my unknown using XDA-Developers mobile app
Click to expand...
Click to collapse
The repost feature is only available in Pro, like other features such as adding your own custom tags and scheduling unlimited posts.
rahulchowdhury said:
The repost feature is only available in Pro, like other features such as adding your own custom tags and scheduling unlimited posts.
Click to expand...
Click to collapse
Can u at least give xda members a pro version for free? I doubt anyone will pay this much money for this app.
Sent from my unknown using XDA-Developers mobile app
ert69 said:
Can u at least give xda members a pro version for free? I doubt anyone will pay this much money for this app.
Sent from my unknown using XDA-Developers mobile app
Click to expand...
Click to collapse
Sorry but it would be unfair to all those users who bought the premium version. You can use the basic tags if you are not willing to pay. Cheers!
mp3deviant721 said:
Just bought it to try out the custom tags feature. Its very slick on how it works. I like it. I'm gonna be trying this out some more in the coming week. One request though, could you make some of the preexisting categories hide-able? I have no use for any of them and would like to hide them to keep stuff clutter free. If this can't be done, I can work around it though. Thanks again for the awesome app!
Click to expand...
Click to collapse
Feature request noted. I will see what I can do about that and get back to you.
rahulchowdhury said:
Sorry but it would be unfair to all those users who bought the premium version. You can use the basic tags if you are not willing to pay. Cheers!
Click to expand...
Click to collapse
Yeah ok cool... Good luck with your money hungry life. I will resort to a free alternative. Cheers!
Sent from my unknown using XDA-Developers mobile app

Categories

Resources