Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Hey guys I don't understand the concept of scripting in unity3d. Let's say I want to click a button and make an object move, where do I place the script in button or??? And how do I call the object to move
https://unity3d.com/learn/tutorials
These are ultra-basic quetions which suggest you haven't read the docs yet. The page linked above has video tutorials if you don't like reading.
Watch a few, download Unity, try them out, and when you have a clearer idea of what you do/don't understand, come back and ask specific questions
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
My Application works all good but for some users a functionality isn't working. How to look after this, when the application is working fine for me and most of the users and not for some. How to debug it?
You could use a bug tracking tool. I am using this one, it's really easy to use: splunk mink but there are also others like instabug, appsee or others.
The deal with such tracking tools is that you get live data from the app usage, errors, crashes and other useful information you can use to improve your app.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new in android programming and we have a small project at collage to do. I am looking everywhere how to get from one Facebook page the INFO data(https://www.facebook.com/vanillazmusic/info?tab=page_info) to my program, and then get that data to variables, so i can work with them. I installed and prepared Facebook sdk and everything, but now I dont have any idea how to do that. Any help or links to you-tube or something would be great.
You can only use app_data to transfer data to your tab, and it will be in the signed_request parameter. See the Facebook docs for more information:
https://developers.facebook.com/docs/appsonfacebook/pagetabs
https://developers.facebook.com/docs/reference/login/signed-request
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would like to implement an activity with 3 button.
The first is for use the application for 0.99$
The second is for use the application with the default data for 4.99$
and the last button is for the buy the full application.
how can implement this? there are some examples like this?
thx
Google has a really handy tutorials for this:
An overview of Google's billing setup:
https://developer.android.com/google/play/billing/index.html?hl=az
Actually implementing it:
http://developer.android.com/google/play/billing/billing_integrate.html
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I need to integrate a facebook like button in my app, I also need a share button. I have been reading many post about this topic, but I didn't realize which is the best solution for this.
Is the Webwiew a good solution? If don't which do you recommend
Thanks
Go to Facebook Docs and fill in the fields to get your code:
https://developers.facebook.com/docs/plugins/like-button/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to implement Google Cloud Message in an Android application?
We can't really give you the code as each application has it's own unique features.
But I can tell you what are the best/common sources.
First of all - read the official documentation (it's really step by step) - Here
Second, Here's a nice tutorial with code to implement, check this one out
Hope it will help you.