[Q]Swipe from side apps? - Java for Android App Development

This may be a dumb question but how can I make a swipe from side app? I mean apps like swappa or glovebox. How can I trigger something when user swipes from a side?
Thank you.
Sent from my Sony Tablet S using xda app-developers app

Here is an open-source app doing this: http://www.xda-developers.com/android/the-open-source-sidepanel/
You can have a look at its code here: https://github.com/sukso96100/SidePanel
But please comply with its licence if you choose to copy some code.

Related

Has anyone tried putting together this one touch zoom?

http://blogs.sonyericsson.com/devel...witter&utm_campaign=blogs&utm_content=Twitter
This may be in the wrong area but it seems like this could be incorporated into more than just pics (maps, etc). Has anyone tried this? Im not a developer and have no idea what to do with this.
I'll pose a question though, could this be made into an apk for a quick install? If someone knows of a good tutorial for hardcore noobs I will definitely do it myself.
Just download the "Sony Ericsson Tutorial" app from the market for a demonstration
I did and its not the demo I after. I want it running in maps and for viewing pics.
-------------------------------------
Sent via the XDA Tapatalk App
As I understand it, everything runs from an initial source code. That code needs to be compiled using Android sdk?? And they mention eclipse, what is that?
Edit: and from what I read the source code for it is there
-------------------------------------
Sent via the XDA Tapatalk App
Oh I see
If it can be done - then excellent - I presume the app would need to hook all the screen presses and then emulate the zoom in\out buttons.
Unfortunately I am also like yourself, a newbie
MOD EDIT - I've moved thread to General discussion
MOD EDIT - I've moved thread to General discussion
Click to expand...
Click to collapse
Can u delete instead? Got a plethora of resources on xda and this just adds clutter
-------------------------------------
Sent via the XDA Tapatalk App

[Request] "Siri Proxy" alternative for Android ?

Siri Proxy allows you to control additional devices with a Siri device. So I thought there must be something similar available for Android.:fingers-crossed:So we can also control our garages with Android devices
http://www.youtube.com/watch?v=NUJ5z76Xv5o
http://arstechnica.com/information-...ons-that-show-how-amazing-the-tiny-pc-can-be/
https://github.com/plamoni/SiriProxy
So many views but no reply ?
Sent from my GT-I9100 using Tapatalk 2
Can't this be done with Google Now? Seems like it would be a feature.
Sent from my YP-G70 using xda app-developers app
damnyouwaffles said:
Can't this be done with Google Now? Seems like it would be a feature.
Sent from my YP-G70 using xda app-developers app
Click to expand...
Click to collapse
Yes, something has to be done with Google now
Sent from my GT-I9100 using Tapatalk 2
I'll look into it.
Sent from my YP-G70 using xda app-developers app
look on "utter" in playstore with tasker you can put event on it - you down't need to be online.
meo said:
look on "utter" in playstore with tasker you can put event on it - you down't need to be online.
Click to expand...
Click to collapse
It is all in beta.
Sent from my GT-I9100 using Tapatalk 2
I have been wanting something like this as well.
To have an application to do this though, you would have to have two parts two it.
First part would be an app on your Android device, and the other part would be something that runs on a computer @ the house.
Reason for this is because you would want a secure connection between your phone and the app. Otherwise, anyone/everyone would be able to access your home automation system.
If there is anything like this, that would be awesome, but I don't think there is
The closest thing you can get to it is HomeSeer, but it isn't voice activated. It's only buttons.
If anyone knows of a program that would do voice activation home automation, please let me know!

Bar code scanner that can be linked to a spreadsheet to add extra details

Hi
I am not sure if I am asking this in the rite location, I am looking for a bar code scanner app that can be used to scan details of items like tv's etc, once details is collected I would like to add extra information like address type of fault etc.
I have seen a few bar code apps but none that can take extra details unless I missed one.
I would not mine bring pointed to a location were maybe I can add a bar code scanner app to a spreadsheet app.
I am not a programmer but wont mine trying to learn if this helps me get to the solution I am looking 4.
I know its not as easy as that to do or learn.
Sent from my GT-N8010 using xda app-developers app
Sv: Bar code scanner that can be linked to a spreadsheet to add extra details
https://play.google.com/store/apps/details?id=com.berrywing.scantospreadsheet
https://play.google.com/store/apps/details?id=com.maiko.scanpet
Maybe?
Sent from my GT-N8010 using xda app-developers app
Thanks I will have a look
Sent from my GT-N8010 using xda app-developers app

[Q][HELP] Making my app into a forum and being able to buy merchandise

Forgive me if I'm not being PC, but I'm trying to make an app or course. This app if for a website that Veteran owned an operated. It's a clothing line essentially but there is also a Facebook page where we post our content. I'm trying to wrap all of this up in an app, and then some. It is shifting towards a forum non the less. My question is how would I make the app so people and post in the forums, blog, special content, and the store with being able to pay for merchandise while in the app. I'm using Eclipse. I'm very new, and don't really even have my feet wet just more like maybe a toe. I have a simple UI design that will be defined in the future. My main goal is to have it operational before its pretty.
You can send requests to your Server using Apache HttpClient. But i'll be necessary that your website includes an API for that operations..
Facebook for exaple has it's own Api you can use
Regards
Thanks I'll ask the website owner. I'm also having trouble with getting the buttons to actually do something. Like the forum button to take you to a forum page.
Sent from my SCH-I535 using xda app-developers app
Can exactly explain your problem?
Button button = (Button) findView..
button.setOnClickListener...
Regards
I need to buttons to do their jobs. If I tap the forums button I want it to bring me to the forums. If I tap the store button I want it to take me to the store. Its the basic operation of the buttions, to nav around basically.
Sent from my SCH-I535 using xda app-developers app
Papa Emeritus said:
I need to buttons to do their jobs. If I tap the forums button I want it to bring me to the forums. If I tap the store button I want it to take me to the store. Its the basic operation of the buttions, to nav around basically.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Have a look at Intents.
Oh awesome thanks, that's what I'm lookin for.
Sent from my SCH-I535 using xda app-developers app

(Q) Building automated script for Android game

Hello there,
First I will apologize if I'm in the wrong thread, but from what I read that's the place to ask the question I have
To get to the pint:
I would like to write a script for an android game, which will execute certain actions in the game. I'm talking about a strategy game so the script will make attacks in a loot, thus saving enormous amounts of time if I do it by hand.
I've seen a script like that but I can't get my hands on it, so I've decided to look into writing my own.
Here comes the fun part: I'm a total noob in writing any codes , but I'm a fast learner.
So far I've realized that because the game runs on servers, I'll need to open the source code of the game to extract the commands that the game is using for each action. Than compile a script that will execute that same action (sending it to the server) from my behalf (using my account information) and than put this action into a loop for as many times I would like to (think that would be the easiest part compared to everything else)
I would really appreciate it if someone can point me in the right direction as far as what to read and what to use to do all of that.
Thank you Much in advance!
Shlevy
Sent from my SM-N900R4 using XDA Free mobile app
Does anyone have an idea if it's possible to monitor an application in live time to see the code that is being executed when you perform certain actions?!
For example you press a button in the app and on the computer you are able to see exactly the command executed?
Sent from my SM-N900R4 using XDA Free mobile app
Bump...
Does anyone have at least a slightest idea how to do that? Or any general directions?
Thank you
Sent from my SM-N900R4 using XDA Free mobile app
Up
Bump
Come on guys anything is appreciated
Sent from my SM-N900R4 using XDA Free mobile app
Thank you for the reply!
I'm trying to put a script together that will do automated number of hits for me on certain set target. It is a strategy game (not sure if I'm allowed to post the name of the game)
So pretty much it will need to be able to set number of troops, type and how many times to hit the target. Using that info and my user name it will emulate that I'm hitting manually from the game, but it will be much faster because there is no human lag, directly talking to the server of sorts.
Sent from my SM-N900R4 using XDA Free mobile app
Would you mind to elaborate what is OOP.
I'm pretty noob in scripting
Sent from my SM-N900R4 using XDA Free mobile app
shlevy said:
Would you mind to elaborate what is OOP.
I'm pretty noob in scripting
Sent from my SM-N900R4 using XDA Free mobile app
Click to expand...
Click to collapse
OOP means Object-Orientated Programming.
if you want to see what code is being executed etc, maybe you mean debugging?
if so you can use logcat, eclipse or android studio
Here's the link for the debugging guide : forum.xda-developers.com/showthread.php?t=2325164

Categories

Resources