Hi, my name is Janrik and I have project called "d-Apps". It's group of different apps. Now I have been making app called dFTP. I want to make the best ftp app for everybody. Its going to publish on android and windows 8 phone /OS.
I want your feature request!
Contact us: d-apps.net/p/contact.html
Facebook: facebook.com/dApplications
Twitter: twitter.com/dAppsSocial
Related
Hey guys
I'm an entrepreneur from Brisbane, Australia. I'm looking into introducing a new product and am wondering if you guys would be able to help me clarify a few questions. I have to add I have no idea what so ever about programming languages or whats possible or not. I just going to post my vision of the application I will need and hope some of you guys can tell me what of that will be possible, what not and how much effort / money it would take to realise.
Firstly of all and most importantly I need the the Phone application to work with several other systems which would be at the moment : - Iphone, Windows Mobile, Blackberry Android, a Website interface, Windows Vista / 7 and Mac OS. I need this to work in two ways. One for the user to sync their data on different apps and secondly for the admin to receive and send data from the main system (that would be working on Windows or Mac)
On first interface the user would have to log in with a username and password, high security would be welcome, after the log in the general interface should be offering the user a booking request form with the ability to use a saved lists of items which have been previously use / prepared but also a interface for add one or editing
It also should offer a open bookings lists and the ability to edit this lists. This should also be able to be synced to the other systems. A third interface showing a history and updates should be also available.
If possible it should offer different accounts and groups where admins can edit the bookings of other users. If this is possible it also should offer a control for the admins which shows bookings and history of other group users.
I would like this obviously to be a professional looking app which offers a good service and is secure and bug free. If anyone has an idea if this is realisable or what parts of it would be difficult or have to be changed please do me the favour and comment.
Thank you for your help in advance.
JPM
Hello,
If you're looking for developers for your project, please contact [email protected]
Example of similar (ok, a bit different but technical approach is the same) web app and mobile clients for several smartphone platforms is in my signature.
Hello fellow members!
First and foremost, here's the link to the project: http://github.com/akshay2000/ProjectMirror
In past, I have experienced the problem where I wanted to create an app and needed to synchronize data between multiple devices. Look at my to-do app for example. It is always pain to write and meddle with the synchronization logic individually. Why should developer be bothered about these things instead of being focused on his app? Datastore API tried to solve this problem. Unfortunately, the Dropbox people sort of denied the support for Windows Phone. So, I created a similar thing for Windows Phone using Windows Azure. I want this to reach as many developers as possible. Please, suggest this thread to be published as news item.
I have created a library to synchronize data between Windows Phone and Windows Azure. This library provides an API to synchronize data and is quite similar to the Datastore API provided by the Dropbox people. Developers can simply ask the API to store an item. The item will automatically be cached locally and synchronized to the cloud. Also, the data created and modified on the other devices can be synchronized back to the local storage.
The project uses SQL Server CE for storing data locally and Windows Azure Mobile Services for storing data in the cloud. The developer has full control over what goes where. Also, the authentication mechanisms provided by the WAMS are completely supported by this API.
The whole project is published at GitHub along with example. Here's the URL: http://bit.ly/ProjectMirror
Please, take a look and help me find and kill the bugs.
Hi guys I'm trying to build an app that can share photos and short videos(like snap chart).The app will use only contact numbers that are on the user's list as addresses and the user won't have to sign in/up and he/she should be able to ping another user that has the app as a client on his/her mobile devise. Can you guys help with architecture of the app and adapters that will needed.
I develop library to simplify integration with social networks ASNE. Just add dependency and you will integrate SDK. I don't need to understand "How it works?" for every social network, download SDK or use some libraries for OAuth and make http calls by yourself. ASNE should makes your life easier. But now I need help from Android developers community, maybe some improvements or at least tests?
GitHub repo - http://github.com/gorbin/ASNE
or you can try demo from Google Play, search ASNE
Short description:
If you want to integrate your application with multiple social networks just choose ASNE modules and add them to your project. You just need to: add module, build SocialNetworkManager and configure your AndroidManiferst. ASNE contains common interface for most popular social networks, but you can easily make module for another.
ASNE contains modules for social networks:
Twitter
LinkedIn
Facebook
Google Plus
Vkontakte
Odnoklassniki
ASNE got almost all necessary requests to social networks
Login
Configure necessary permissions
Get Access Token
Get current person social profile
Get social profile of user by id
Get social profile for array of users
Get detailed user profile
Share message
Share photo
Share link
Request Share dialog with message/photo/link
Check is user(by id) is friend of current
Get list of Friends
Adding friends by id
Remove friend from friend list
Any request to chosen social network - you got SDK
I hope it would be useful. At least I use it in 2 commercial project - all works fine!
Tnx for your reply...
Sounds good, trying
---------- Post added at 05:36 AM ---------- Previous post was at 05:27 AM ----------
Don't know why, but your app is showing 0 friends. Am I missing something?
login was successful, retrieving profile was successful but why 0 friends everywhere?
And when logging in second time some hash key error was toasted.
login was successful, retrieving profile was successful but why 0 friends everywhere?
Click to expand...
Click to collapse
I think is normal. When you log in to an app, you can see only friends who use that app. This happend from 30 april
Sorry for a late reply was away. But now ready for questions
By the way while I was away I add Instagram support - now you can easily add asne-instagram from maven central and use in application
More of it wrote simple tutorial article about how to integrate social networks via asne on codeproject and github sample
and of course resolve some bugs in google play app
feel free to ask about anything or write me via email - [email protected]
DaGr81 said:
login was successful, retrieving profile was successful but why 0 friends everywhere?
Click to expand...
Click to collapse
Facebook got this limitations - me/freinds send back only friends in app
but in other networks should show all your friends - if not can you write some more information
Abhishek verma said:
And when logging in second time some hash key error was toasted.
Click to expand...
Click to collapse
I resolve it last updates can you check project in github - I don't get toasts anymore
Add javadoc for ASNE: http://gorbin.github.io/ASNE/
now it is easy to use ASNE: https://github.com/gorbin/ASNE
I want to write a Email to APP developers to introduce my product, how could I get lot of Email address of developers especially Android developers?
I have tried to get some Email address from Googleplay but it is not as useful as I thought.
A friend tell me that ,"You can get a help from linked in. Try to find out profiles of Android app developers in linked in. Also you can use Facebook, twitter and Google+. More on, you can find professional profiles on job finding websites like monster, indeed etc."
Thanks for his suggestion but what I really want to get is a lot of Email addresses at once rather than I search their information in social network one by one.
Is there some tools or products can help me?
Use this forum?
Sent from my Z10 using Tapatalk
Yes, Social Media is the powerful tool to get the contacts and linkedin is the best and professional. Join in Android groups and become the member and get in touch with other members to promote your app.
You can get developers email just grab it directly from GooglePlay with simple parser
Adxmi said:
I want to write a Email to APP developers to introduce my product, how could I get lot of Email address of developers especially Android developers?
I have tried to get some Email address from Googleplay but it is not as useful as I thought.
Click to expand...
Click to collapse
There is a chrome extension for that. I don't know the name
Parsing a list of email address isn't a good idea. When was the last time you received a spam message you liked?
I agree with @Whatinside. Any spam email that hits my inbox are immediately reported as such and deleted.
I think creating a "webbinar" or a landing page, where you make something special, and simply ask for their email.
Social Media is the best way to connect people. LinkedIn is the one of the best social media platform. You can join the groups of relevant field and from their you can get their email-ids. Similarly you can get email-ids from facebook, twitter, google+.