VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.
https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/
GNU General Public License v3.0
2.96k stars 578 forks source link

I added Item in Menu and I want open Activity Java when click new item menu but It can not work with function java. Please help me! #386

Closed NTT1986 closed 1 year ago

NTT1986 commented 1 year ago

class PingTool : Fragment() { override fun onCreateView( inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle? ): View? { return inflater.inflate(R.layout.activity_speedtest, container, false); } }

VREMSoftwareDevelopment commented 1 year ago

Please provide PR - pull request