How to Implement touch on a hybrid app - ibm-mobilefirst

I have a MFP 7.1 hybrid app . Can you give me some hints on how to implement touch (iOS and Android)
Thanks for your help

Plenty of materials online... try those first, and if you fail, ask an actual programming-related question.
video: https://www.youtube.com/watch?v=4UbdcNx2Bzs
article: https://www.ibm.com/developerworks/community/blogs/worklightsmobileplayground/entry/touchid_authentication_with_worklight?lang=en
Google: https://www.google.co.il/search?q=mobilefirst+touch+id&oq=mobilefirst+touch+id&aqs=chrome..69i57.3846j0j1&sourceid=chrome&ie=UTF-8

Related

Why Does Agora.io v4 web sdk have an echo?

I just installed the v4 web sdk, and when run the meeting i hear an echo. Its not an issue when i use headphones, which is okay. But when i dint use one, i hear an echo which is persistent. I have used other platforms like Google, Zoom, Web-ex, Blue jeans. etc. But I never had this issue. What am i doing wrong?
I looked into the Agora FAQ, but that was not helpful. I have contacted support, but haven't heard anything yet other than the headphone use.
I have tried everything in this section - https://docs.agora.io/en/All/faq/audio_noaudio
Best,
Vig
To remove noise/echo you can use these properties AEC, ANS. It helps you in improving audio.
await AgoraRTC.createMicrophoneAudioTrack({
AEC: true, ANS: true
});

Which service should I choose to convert a website to mobile app?

I am a newbie at programming. I know one or two things about c++ and I also have some knowledge with html and php but app developing is too hard for me at this stage. I want to create my mobile app and I heard about services which convert websites into mobile apps. Which service is the best one? Also, I heard that free services are really bad. Is that true?
Jamblam. Link: https://www.jamblamapps.eu They have great quality and performance. Also their prices are a huge plus.
Note: They make only Android apps.
2nd Note: Yes, free services aren't a good choice (crashes/not working).
you can use Apache Cordova and it is free, to convert your website to a mobile app for both iOs and Android applications. Check my explanation and steps on my GitHub profile, follow this link https://github.com/tshele/Convert-any-website-to-IOS-and-Android-with-Cordova
Jamblam Apps (now changed its name to Shibe Apps but the link is the same) is the best provider. BTW I answered such question before. -1 from me. I recommend looking for already answered questions instead of creating new ones.

Lot of noise in webrtc audio/video

I have developed a video chat app with webrtc api. I have fallowed the steps given by webrtc. Video working fine. But there is a lot of noice from my laptop. sound is not clear.
But in google developed demo site https://apprtc.appspot.com/ works with out any noise(better compare with us).
I fallowed the same procedure what they did. But no luck.
But in headset this echo is not hearing. This happens when we haering the sound from laptop without headset.
Please give me some suggestion on this.
Thanks in advance. Looking foward for the response.
Give a look at this demo webrtc conferencing supports four callers. This link describes the implentation details architecture

Is sharekit open source acceptable by apple in iphone application?

hi i am an iphone /ipad developer , i am using sharekit open source for facebook/twitter sharing , i want to know about its acceptance on itunes by apple.
Please give me any idea about it
Thanks
Yes I used Share kit in my applications and I never get any problem at appstore.

Developing a private iPhone tethering app

Recently, an app was released on the AppStore that secretly allowed wifi-tethering from your iPhone. It quickly got pulled by Apple. Out of curiosity, are there any libraries for the iPhone SDK that helps developers write an application that does the same thing? I'm assuming you can deploy the app to your iPhone for testing purposes without publishing to the AppStore is that correct?
UPDATE
I found this link as I was writing the question, so it looks like deploying the app to your own iPhone is not a problem as long as you have a developer certificate. So my only question then is regarding any libraries or code examples that can help with this tethering/proxy solution.
looks like there's some open source code already posted - https://github.com/tcurdt/iProxy/wiki