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.
Related
hi anyone out there familiar with blackberrys knows that their facebook app is tightly integrated with the device itself and the windows mobile one is.... just a slower way to access the mobile version of the site now the mobile site works fine and if you have the htc album with social networking you pretty much get to upload photos and dont need the app at all but what i love about the facebook for BB app is how it will automatically assign contact pics for people on in your phone book who also have their numbers added to facebook is their anyone who can write an app that can do this?
The app that I use for this is call FoneBook. The only downside is that it has to run on your desktop Outlook and then when you sync your phone to it, it also syncs any contacts on your phone with those it finds matches for on FaceBook.
N.B. Your post is probably in the wrong section of the forum.
an app like that would be great if it could run on my phone it as i dont use outlook to sync my contacts =(
Yeah, I think the main emphasis on Windows Mobile applications is for productivity/utilities, whereas for the iPhone as an example, it's more 'fun' apps.
Probably easy to do for WinMo but I'm no programmer so will have to just wait and see!
SkyBook (formerly Snap2Face) had this ability... unfortunately, the program went out of development mysteriously, and last week, the program stopped working for me. Check it out, maybe you'll have better luck.
http://www.magnifoca.com/
But yes, please, anyone with the skills would be greatly appreicated if they took this project on!
[double post]
You could try Book sync at http://www.booksync.co.uk/
It's not perfect, but I hope the developer would correct some bug in next versions.
The match between facebook and phone contacts is made manually, so that you could match contacts even if there is no phone number.
Hi guys,
I know a couple of you developed applications that interact with Facebook (fim, etc.). I am attempting to add Facebook integration to my Google Reader application, but I am not sure how one would authenticate with Facebook on a Windows Mobile device? Can someone point me in the right direction? Thanks.
Take a peek at how Bloo does it to give you a good idea:
http://fbandroid.wordpress.com/2009/06/30/preload-bloo-app-permissions/
-Mike
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 Xda
I have installed skype on my x10 and said it shall sync with my contacts, but on skype i have a user with the name mobil.pusheren and his name in contacts is matthias Nielsen, and it will not link the contacts together and if i do i manuly the name change to mobil-pusheren and not matthias, is the a way to get it right???
nope, it will change to another name, same happens with facebook, to be honest, none of us know how does that change
sorry
I read it in Google forum that it's Android issue. They have the algorithm build in and it's a lousy one and no other way to override it ATM.
Rename your skype contacts to their real name with the PC client of Skype. These names will show up in the android version too.
Sent from my X10a using XDA App
LDVC said:
Rename your skype contacts to their real name with the PC client of Skype. These names will show up in the android version too.
Sent from my X10a using XDA App
Click to expand...
Click to collapse
thanks for that it worked
hello xda
i am a new developer [Student] i need to submit my app for my project at school
so what i want to ask is
i want to develop a app that allows a person to chat like is i give one coustmer a no. [say 678567] and he shares it with other person so they can chat share files
its same as how i think whats app works
can someone please guide me to the right direction i am keen to develope this app and get good grades ^_^
thank you
thedeadlycoder said:
hello xda
i am a new developer [Student] i need to submit my app for my project at school
so what i want to ask is
i want to develop a app that allows a person to chat like is i give one coustmer a no. [say 678567] and he shares it with other person so they can chat share files
its same as how i think whats app works
can someone please guide me to the right direction i am keen to develope this app and get good grades ^_^
thank you
Click to expand...
Click to collapse
If i get you, you want something like whatsapp...
As far as i know, you will need different things:
A backend Server to manage and store users and manage files sended.
A client side with is the chat. If you doing it in Android, Java the process could be like this:
client get a list of friends, then stores in local files. To send a message, firstly can use push messages like GCM to send a message, if receiver is online with the conversation openned, it tries to stablish a socket connection to send messages each other. If no, then it uses the push GCM.
More or less like that....of course there are much more things to do and take care of.
hope i helped you a little with this info!
forgin said:
If i get you, you want something like whatsapp...
As far as i know, you will need different things:
A backend Server to manage and store users and manage files sended.
A client side with is the chat. If you doing it in Android, Java the process could be like this:
client get a list of friends, then stores in local files. To send a message, firstly can use push messages like GCM to send a message, if receiver is online with the conversation openned, it tries to stablish a socket connection to send messages each other. If no, then it uses the push GCM.
More or less like that....of course there are much more things to do and take care of.
hope i helped you a little with this info!
Click to expand...
Click to collapse
ya!! thats what i want , seems tougher for a amature android programmer
so here what i have
i have a server at school which we are allowed to use
i have created a basic layout of the app(on a white board )
since i do not have that much expirence with apps ( till now i have made calculator and simple sudoku ) the problem is i don't know how can i make the app to contact with the servver complete noob in this thing
and
thanks for making me understand the working now i can tell my teacher how the app works
thedeadlycoder said:
ya!! thats what i want , seems tougher for a amature android programmer
so here what i have
i have a server at school which we are allowed to use
i have created a basic layout of the app(on a white board )
since i do not have that much expirence with apps ( till now i have made calculator and simple sudoku ) the problem is i don't know how can i make the app to contact with the servver complete noob in this thing
and
thanks for making me understand the working now i can tell my teacher how the app works
Click to expand...
Click to collapse
You can use backends like Google Cloud Messaging or Parse, they're well documented and easy to use, just go through their documentation,
swapnilraj said:
You can use backends like Google Cloud Messaging or Parse, they're well documented and easy to use, just go through their documentation,
Click to expand...
Click to collapse
thanks for the reply actually i researched a little and found the GCM is not a good choice for IM as sometimes messages are not delivered so as for parse i have no experience with that and i found something that i need to have some connection between my android app to server (running php and mysql database)
the point where i am stuck is that
How to connect the app to server ??
and how to give a user his personal pin or username so he can share with others to chat ??
thanks
thedeadlycoder said:
thanks for the reply actually i researched a little and found the GCM is not a good choice for IM as sometimes messages are not delivered so as for parse i have no experience with that and i found something that i need to have some connection between my android app to server (running php and mysql database)
the point where i am stuck is that
How to connect the app to server ??
and how to give a user his personal pin or username so he can share with others to chat ??
thanks
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2325799
it was just 3 post under yours
And just make that every user have an unique nickname and use it has a primary key.