[Q] android development - zxing barcode - General Questions and Answers

Hi I am trying to follow a tutorial to help me understand the implementation of the Zxing platform and persisting data to a database within android.
The tutorial I have been following is on x dot com it is entitled build product database zxing and sqlite android
The problem is that I am unable to get this project to work, does anyone have a working version of this project that could help me out or can anyone tel me where to find the source files to support this project?

Related

[Q] porting Snort on Android

Hello all,
Is there a way to port Snort to Android OS? I have already ported
libpcap to Android and I have made some simple native sniffers which worked
perfectly.To do this, I used the NDK development kit that offers you some
tools for cross compiling C programs to ARM architecture.
Is this possible to do it for Snort. I know that Snort is a big project that
contains many source files and uses many modules such as Libpcap, PCRE,
Libdnet, Barnyard2, DAQ. I am wondering if is there a way to build
this code for Android.. E.g. by statically link all this modules.. Moreover an
other potential problem may be the fact that Android uses a subset of libc
(bionic), so maybe some basic functions are not available..
Have anyone done it before? Or, can some one give me some help on how
to start?
Thank you in advance,
Thanasis

[Q] Android Source Code Training

Hi,
I'm an advanced Android developer but now I was required to create a custom Android Build for a client, but I have no experience with this.
Does anyone know any training or any hacker that could give me a training on this? Basically, it would be like using the busybox tools, download and build custom Android images, install images on the device and everything related.
I'm from Brazil but I can travel to US if necessary.
Thanks for any help with this.
Marcio Alexandroni.

[Q] Android Public Class Error

Hi Every1,
I am very new to programming. I just created my first app on Eclipse ( Hello World program ). Whenever I run check on my project I get error mentioned below.
This class should be public (android.support.v7.internal.widget.ActionBarView.HomeView)
I already have "appcompat_v7" entry in my android library for my project. Please guide how to correct this error.
Regards,
Haroon
Anyone plz reply
[email protected] said:
Hi Every1,
I am very new to programming. I just created my first app on Eclipse ( Hello World program ). Whenever I run check on my project I get error mentioned below.
This class should be public (android.support.v7.internal.widget.ActionBarView.HomeView)
I already have "appcompat_v7" entry in my android library for my project. Please guide how to correct this error.
Regards,
Haroon
Click to expand...
Click to collapse
[email protected] said:
Anyone plz reply
Click to expand...
Click to collapse
if you are new to programming. try to start a new project in eclipse without actionbar. ..
I have even tried without actionbar and it gives same error.
Whenever I select minimum Required SDK to API level 8, appcompat_v7 library gets associated with it. When I run check on appcompat_v7 library I get same error. When I create project with higher API level then no appcompat_v7 library gets associated with it and no error is faced in my project. I believe this appcompat_v7 library is to provide backward compatibility and itself contains error.
droidshan said:
if you are new to programming. try to start a new project in eclipse without actionbar. ..
Click to expand...
Click to collapse

[Completed] Hi I am stuck up support library 14 to my project

Currently I have level 21. As I want to develop for large number of devices, I am trying port my code to 14 (4.0) So updated 4.0 in sdk manager. But unable to find support library 14 in sdk manager
XDA Visitor said:
Currently I have level 21. As I want to develop for large number of devices, I am trying port my code to 14 (4.0) So updated 4.0 in sdk manager. But unable to find support library 14 in sdk manager
Click to expand...
Click to collapse
Oh, I'm not an expert on this.
But I found an interesting page on xda: Support Library.
Maybe there you can get the answer you are looking for.
If not, you have to register on xda, and post in the Chef Central > Android forum.
There are many other users using Android SDK who can help.

Final career project

Hello everyone,
First of all I want to thanks community and congratulations for all this great information.
I'm working in my final career project, and I want to present a tool for helping in static and dynamic analysis of APKs ( if somebody want to take a look it is AndroidSwissKnife in github) .
The dynamic analysis I took the code from the project DroidBox (mentioned in my code), I updated it to Python 3 (fixing some problems). But now I have a problem, the system image that comes with DroidBox is an android 4.1.
As part of my project I want to update my tool to support Android 5.1, or even Android 6 and I need to modificate in any way the android image to hook some method calls, and I thought in Xposed framework.
I would like if anyone can give me information to start learning in the android's security world, custom ROMs and Xposed framework.
Thanks to every one. Kind regards.

Categories

Resources